-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "codecept-js-playwright-browserstack",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"sample-test": "browserstack-node-sdk codeceptjs run -c src/test/sample/codecept.conf.js --steps",
"sample-local-test": "browserstack-node-sdk codeceptjs run -c src/test/local/codecept.conf.js --steps",
"postinstall": "npm update browserstack-node-sdk"
},
"repository": {
"type": "git",
"url": "git+https://github.com/browserstack/codecept-js-playwright-browserstack"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/browserstack/codecept-js-playwright-browserstack/issues"
},
"homepage": "https://github.com/browserstack/codecept-js-playwright-browserstack#readme",
"devDependencies": {
"browserstack-node-sdk": "latest",
"codeceptjs": "^3.2.3",
"playwright": "^1.41.2"
},
"dependencies": {
"browserstack-local": "^1.5.2",
"dotenv": "^16.0.0"
}
}