-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
40 lines (40 loc) · 1.04 KB
/
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
34
35
36
37
38
39
40
{
"name": "package.json",
"version": "1.0.0",
"description": "Wdio sample for HyperTest",
"main": "main.js",
"scripts": {
"single": "./node_modules/.bin/wdio wdio.conf.js",
"parallel": "./node_modules/.bin/wdio parallel.conf.js",
"local": "./node_modules/.bin/wdio local.conf.js"
},
"keywords": [
"selenium",
"webdriverio"
],
"author": "",
"license": "ISC",
"dependencies": {
"chai": "*",
"mocha": "^8.2.1"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/node": "^7.14.7",
"@babel/register": "^7.14.5",
"@cucumber/cucumber": "^7.3.0",
"@wdio/cli": "^6.5.2",
"@wdio/cucumber-framework": "^7.7.7",
"@wdio/local-runner": "^7.7.7",
"@wdio/mocha-framework": "^6.10.6",
"@wdio/sync": "^6.6.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"ts-node": "^10.1.0",
"typescript": "^4.3.5",
"wdio-cucumber-reporter": "0.0.2",
"wdio-cucumberjs-json-reporter": "^4.4.0",
"wdio-lambdatest-service": "*",
"webdriverio": "^6.5.2"
}
}