-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.51 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 1.51 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
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"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",
"engines": {
"node": ">=18"
},
"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.61.0",
"mocha": "^10.8.2"
},
"overrides": {
"qs": "6.14.2",
"jws": "4.0.1",
"fast-xml-parser": "^5.10.1",
"basic-ftp": "^5.3.1",
"fast-uri": "^3.1.5",
"brace-expansion@1": "^1.1.18",
"brace-expansion@2": "^2.1.4",
"js-yaml@3": "^3.15.1",
"js-yaml@4": "^4.3.1",
"fast-xml-builder": "1.2.1",
"path-expression-matcher": "1.6.1",
"tmp": "0.2.7",
"esbuild": "^0.28.1",
"serialize-javascript": "^7.0.3",
"ip-address": "^10.4.0",
"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.28.0"
},
"cheerio": {
"undici": "^7.29.0"
},
"puppeteer-core": {
"tar-fs": "^3.0.7"
}
}
}