-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.18 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.18 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "webdriverio-bstack-tests",
"version": "1.0.0",
"description": "WebdriverIO tests for BStack Demo",
"main": "index.js",
"scripts": {
"test": "wdio wdio.conf.js",
"test:chrome": "wdio wdio.conf.js --spec tests/bstack_test*.js"
},
"keywords": [
"webdriverio",
"testing",
"automation"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@wdio/cli": "^9.26.1",
"@wdio/globals": "^9.26.1",
"@wdio/local-runner": "^9.26.1",
"@wdio/mocha-framework": "^9.26.1",
"@wdio/spec-reporter": "^9.26.1",
"browserstack-node-sdk": "^1.50.3",
"mocha": "^10.8.2"
},
"overrides": {
"qs": "6.14.2",
"jws": "4.0.1",
"fast-xml-parser": "^5.5.6",
"basic-ftp": "^5.2.0",
"serialize-javascript": "^7.0.3",
"glob@10": {
"minimatch": "^9.0.7"
},
"glob@8": {
"minimatch": "^5.1.8"
},
"glob@7": {
"minimatch": "^3.1.3"
},
"readdir-glob": {
"minimatch": "^5.1.8"
},
"mocha": {
"minimatch": "^5.1.8"
},
"webdriver": {
"undici": "^6.24.0"
},
"cheerio": {
"undici": "^7.24.0"
},
"puppeteer-core": {
"tar-fs": "^3.0.7"
}
}
}