forked from browserstack/cucumber-js-browserstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
25 lines (25 loc) · 839 Bytes
/
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
{
"name": "cucumber-js-browserstack",
"version": "0.1.0",
"readme": "Cucumber-JS Integration with [BrowserStack](https://www.browserstack.com)",
"description": "Selenium examples for Cucumber-JS and BrowserStack Automate",
"repository": {
"type": "git",
"url": "git+https://github.com/browserstack/cucumber-js-browserstack.git"
},
"scripts": {
"sample-test": "browserstack-node-sdk cucumber-js features/single.feature",
"sample-local-test": "browserstack-node-sdk cucumber-js features/local.feature",
"postinstall": "npm update browserstack-node-sdk"
},
"devDependencies": {
"@cucumber/cucumber": "^7.3.2",
"assert": "^2.0.0",
"browserstack-node-sdk": "latest"
},
"dependencies": {
"browserstack-local": "^1.0.0",
"cross-env": "^5.2.0",
"selenium-webdriver": "4.1.2"
}
}