Max Schmitt 2023-10-05 23:18:22 +00:00 committed by GitHub
parent 0efa4a90cc
commit 10e7654fd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
17 changed files with 68 additions and 17 deletions

View File

@ -3,7 +3,10 @@
"private": true,
"version": "1.39.0-next",
"description": "A high-level API to automate web browsers",
"repository": "github:Microsoft/playwright",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/playwright.git"
},
"homepage": "https://playwright.dev",
"engines": {
"node": ">=16"

View File

@ -2,7 +2,10 @@
"name": "@playwright/browser-chromium",
"version": "1.39.0-next",
"description": "Playwright package that automatically installs Chromium",
"repository": "github:Microsoft/playwright",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/playwright.git"
},
"homepage": "https://playwright.dev",
"engines": {
"node": ">=16"

View File

@ -2,7 +2,10 @@
"name": "@playwright/browser-firefox",
"version": "1.39.0-next",
"description": "Playwright package that automatically installs Firefox",
"repository": "github:Microsoft/playwright",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/playwright.git"
},
"homepage": "https://playwright.dev",
"engines": {
"node": ">=16"

View File

@ -2,7 +2,10 @@
"name": "@playwright/browser-webkit",
"version": "1.39.0-next",
"description": "Playwright package that automatically installs WebKit",
"repository": "github:Microsoft/playwright",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/playwright.git"
},
"homepage": "https://playwright.dev",
"engines": {
"node": ">=16"

View File

@ -2,7 +2,10 @@
"name": "playwright-chromium",
"version": "1.39.0-next",
"description": "A high-level API to automate Chromium",
"repository": "github:Microsoft/playwright",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/playwright.git"
},
"homepage": "https://playwright.dev",
"engines": {
"node": ">=16"

View File

@ -2,7 +2,10 @@
"name": "playwright-core",
"version": "1.39.0-next",
"description": "A high-level API to automate web browsers",
"repository": "github:Microsoft/playwright",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/playwright.git"
},
"homepage": "https://playwright.dev",
"engines": {
"node": ">=16"

View File

@ -2,7 +2,10 @@
"name": "@playwright/experimental-ct-core",
"version": "1.39.0-next",
"description": "Playwright Component Testing Helpers",
"repository": "github:Microsoft/playwright",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/playwright.git"
},
"homepage": "https://playwright.dev",
"engines": {
"node": ">=16"

View File

@ -2,7 +2,10 @@
"name": "@playwright/experimental-ct-react",
"version": "1.39.0-next",
"description": "Playwright Component Testing for React",
"repository": "github:Microsoft/playwright",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/playwright.git"
},
"homepage": "https://playwright.dev",
"engines": {
"node": ">=16"

View File

@ -2,7 +2,10 @@
"name": "@playwright/experimental-ct-react17",
"version": "1.39.0-next",
"description": "Playwright Component Testing for React",
"repository": "github:Microsoft/playwright",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/playwright.git"
},
"homepage": "https://playwright.dev",
"engines": {
"node": ">=16"

View File

@ -2,7 +2,10 @@
"name": "@playwright/experimental-ct-solid",
"version": "1.39.0-next",
"description": "Playwright Component Testing for Solid",
"repository": "github:Microsoft/playwright",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/playwright.git"
},
"homepage": "https://playwright.dev",
"engines": {
"node": ">=16"

View File

@ -2,7 +2,10 @@
"name": "@playwright/experimental-ct-svelte",
"version": "1.39.0-next",
"description": "Playwright Component Testing for Svelte",
"repository": "github:Microsoft/playwright",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/playwright.git"
},
"homepage": "https://playwright.dev",
"engines": {
"node": ">=16"

View File

@ -2,7 +2,10 @@
"name": "@playwright/experimental-ct-vue",
"version": "1.39.0-next",
"description": "Playwright Component Testing for Vue",
"repository": "github:Microsoft/playwright",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/playwright.git"
},
"homepage": "https://playwright.dev",
"engines": {
"node": ">=16"

View File

@ -2,7 +2,10 @@
"name": "@playwright/experimental-ct-vue2",
"version": "1.39.0-next",
"description": "Playwright Component Testing for Vue2",
"repository": "github:Microsoft/playwright",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/playwright.git"
},
"homepage": "https://playwright.dev",
"engines": {
"node": ">=16"

View File

@ -2,7 +2,10 @@
"name": "playwright-firefox",
"version": "1.39.0-next",
"description": "A high-level API to automate Firefox",
"repository": "github:Microsoft/playwright",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/playwright.git"
},
"homepage": "https://playwright.dev",
"engines": {
"node": ">=16"

View File

@ -2,7 +2,10 @@
"name": "@playwright/test",
"version": "1.39.0-next",
"description": "A high-level API to automate web browsers",
"repository": "github:Microsoft/playwright",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/playwright.git"
},
"homepage": "https://playwright.dev",
"engines": {
"node": ">=16"

View File

@ -2,7 +2,10 @@
"name": "playwright-webkit",
"version": "1.39.0-next",
"description": "A high-level API to automate WebKit",
"repository": "github:Microsoft/playwright",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/playwright.git"
},
"homepage": "https://playwright.dev",
"engines": {
"node": ">=16"

View File

@ -2,7 +2,10 @@
"name": "playwright",
"version": "1.39.0-next",
"description": "A high-level API to automate web browsers",
"repository": "github:Microsoft/playwright",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/playwright.git"
},
"homepage": "https://playwright.dev",
"engines": {
"node": ">=16"