-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.28 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
{
"name": "giphy-automation",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test-all": "wdio wdio.conf.js",
"test-all-browserstack": "wdio-browserstack.conf.js",
"test-init": "wdio wdio.conf.js --spec ./test/specs/init.spec.js",
"test-login": "wdio wdio.conf.js --spec ./test/specs/login.spec.js",
"test-upload": "wdio wdio.conf.js --spec ./test/specs/upload.spec.js",
"test-search": "wdio wdio.conf.js --spec ./test/specs/search.spec.js",
"generate-report": "allure generate -c ./allure-results -o ./allure-results-html"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"@babel/register": "^7.10.1",
"@wdio/allure-reporter": "5.16.0",
"@wdio/browserstack-service": "^6.1.15",
"@wdio/cli": "^6.1.16",
"@wdio/junit-reporter": "^6.1.14",
"@wdio/local-runner": "^6.1.16",
"@wdio/mocha-framework": "^6.1.14",
"@wdio/selenium-standalone-service": "^6.1.14",
"@wdio/spec-reporter": "^6.1.14",
"@wdio/sync": "^6.1.14",
"browserstack-local": "^1.4.5",
"allure-commandline": "^2.9.0",
"chai": "^4.2.0",
"selenium-standalone": "^6.17.0",
"webdriverio": "^6.1.16"
}
}