-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 901 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 901 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "node-js-playwright-browserstack",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "npx browserstack-node-sdk playwright test --config=./playwright.config.js --trace on --browserstack.config 'customer-browserstack.yml'",
"sample-test": "npx browserstack-node-sdk playwright test --config=./playwright.config.js --project='project1', 'project5'",
"sample-ats-test": "npx browserstack-node-sdk playwright test --config=./playwright.config.js --browserstack.config grid.browserstack.yml",
"sample-local-test": "npx browserstack-node-sdk playwright test --config=./playwright.local.config.js",
"postinstall": "npm update browserstack-node-sdk"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "1.56.1",
"browserstack-node-sdk": "^1.46.1",
"playwright": "1.56.1"
}
}