forked from browserstack/playwright-test-browserstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 942 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 942 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "node-js-playwright-browserstack",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"sample-test": "npx browserstack-node-sdk playwright test --config=./playwright.config.js",
"app-test": "npx browserstack-node-sdk playwright test --config=./playwright.config.js --project='samsung' --project='google'",
"sample-local-test": "npx browserstack-node-sdk playwright test --config=./playwright.local.config.js",
"postinstall": "npm update browserstack-node-sdk",
"sample-legacy-test": "npx playwright test --config=./playwright.config.js",
"medistack-test": "npx browserstack-node-sdk playwright test --config=./playwright.medistack.config.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@axe-core/playwright": "^4.11.3",
"@percy/playwright": "^1.1.0",
"@playwright/test": "1.57.0",
"browserstack-node-sdk": "^1.53.0"
}
}