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, "private": true,
"version": "1.39.0-next", "version": "1.39.0-next",
"description": "A high-level API to automate web browsers", "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", "homepage": "https://playwright.dev",
"engines": { "engines": {
"node": ">=16" "node": ">=16"

View file

@ -2,7 +2,10 @@
"name": "@playwright/browser-chromium", "name": "@playwright/browser-chromium",
"version": "1.39.0-next", "version": "1.39.0-next",
"description": "Playwright package that automatically installs Chromium", "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", "homepage": "https://playwright.dev",
"engines": { "engines": {
"node": ">=16" "node": ">=16"

View file

@ -2,7 +2,10 @@
"name": "@playwright/browser-firefox", "name": "@playwright/browser-firefox",
"version": "1.39.0-next", "version": "1.39.0-next",
"description": "Playwright package that automatically installs Firefox", "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", "homepage": "https://playwright.dev",
"engines": { "engines": {
"node": ">=16" "node": ">=16"

View file

@ -2,7 +2,10 @@
"name": "@playwright/browser-webkit", "name": "@playwright/browser-webkit",
"version": "1.39.0-next", "version": "1.39.0-next",
"description": "Playwright package that automatically installs WebKit", "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", "homepage": "https://playwright.dev",
"engines": { "engines": {
"node": ">=16" "node": ">=16"

View file

@ -2,7 +2,10 @@
"name": "playwright-chromium", "name": "playwright-chromium",
"version": "1.39.0-next", "version": "1.39.0-next",
"description": "A high-level API to automate Chromium", "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", "homepage": "https://playwright.dev",
"engines": { "engines": {
"node": ">=16" "node": ">=16"

View file

@ -2,7 +2,10 @@
"name": "playwright-core", "name": "playwright-core",
"version": "1.39.0-next", "version": "1.39.0-next",
"description": "A high-level API to automate web browsers", "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", "homepage": "https://playwright.dev",
"engines": { "engines": {
"node": ">=16" "node": ">=16"

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -2,7 +2,10 @@
"name": "playwright-firefox", "name": "playwright-firefox",
"version": "1.39.0-next", "version": "1.39.0-next",
"description": "A high-level API to automate Firefox", "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", "homepage": "https://playwright.dev",
"engines": { "engines": {
"node": ">=16" "node": ">=16"

View file

@ -2,7 +2,10 @@
"name": "@playwright/test", "name": "@playwright/test",
"version": "1.39.0-next", "version": "1.39.0-next",
"description": "A high-level API to automate web browsers", "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", "homepage": "https://playwright.dev",
"engines": { "engines": {
"node": ">=16" "node": ">=16"

View file

@ -2,7 +2,10 @@
"name": "playwright-webkit", "name": "playwright-webkit",
"version": "1.39.0-next", "version": "1.39.0-next",
"description": "A high-level API to automate WebKit", "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", "homepage": "https://playwright.dev",
"engines": { "engines": {
"node": ">=16" "node": ">=16"

View file

@ -2,7 +2,10 @@
"name": "playwright", "name": "playwright",
"version": "1.39.0-next", "version": "1.39.0-next",
"description": "A high-level API to automate web browsers", "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", "homepage": "https://playwright.dev",
"engines": { "engines": {
"node": ">=16" "node": ">=16"