-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 828 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"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='S22Ultra' --project='Pixel8Pro'",
"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"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@percy/playwright": "^1.1.0",
"@playwright/test": "^1.57.0",
"browserstack-node-sdk": "latest",
"webdriverio": "^9.27.0"
}
}