forked from browserstack/mocha-browserstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 917 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
26
27
28
29
30
31
32
33
{
"name": "mocha-browserstack",
"version": "0.0.1",
"description": " Selenium examples for Mocha and BrowserStack Automate",
"scripts": {
"sample-test": "browserstack-node-sdk mocha test/sample_test.js --timeout=60000",
"sample-local-test": "browserstack-node-sdk mocha test/sample_local_test.js --timeout=60000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/browserstack/mocha-browserstack.git"
},
"keywords": [
"mocha",
"browserstack",
"selenium",
"automate",
"examples"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/browserstack/mocha-browserstack/issues"
},
"homepage": "https://github.com/browserstack/mocha-browserstack#readme",
"dependencies": {
"browserstack-local": "^1.4.8",
"mocha": "^9.2.2",
"selenium-webdriver": "4.1.2"
},
"devDependencies": {
"browserstack-node-sdk": "latest"
}
}