forked from bitbar/test-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 730 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 730 Bytes
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
{
"name": "appium-server-side-example",
"version": "2.0.0",
"description": "Bitbar Cloud Appium Server Side Test Example",
"author": "Marek Sierociński <marek.sierocinski@smartbear.com>",
"license": "ISC",
"scripts": {
"test-android": "wdio run android.conf.js",
"test-ios": "wdio run ios.conf.js"
},
"engines": {
"npm": ">=7.10.0",
"node": ">=16.0.0"
},
"dependencies": {
"@wdio/cli": "^8.41.0",
"@wdio/junit-reporter": "^8.41.0",
"@wdio/local-runner": "^8.41.0",
"@wdio/mocha-framework": "^8.41.0",
"@wdio/spec-reporter": "^8.41.0",
"chai": "^5.1.2"
},
"overrides": {
"ws": "8.18.1"
}
}