-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.75 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.75 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
{
"name": "glowseleniumjs",
"version": "1.0.0",
"description": "Package for Glow automation framework ",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "wdio wdio.conf.js",
"reports": "allure generate ./allure-results -o ./allure-report --clean && allure open ./allure-report",
"regression": "wdio wdio.conf.js --mochaOpts.grep=@regression",
"repl": "wdio repl chrome",
"smoke": "wdio wdio.conf.js --mochaOpts.grep=@smoke",
"smoke_t": "wdio wdio.conf.js --mochaOpts.grep=@smoke_t"
},
"author": "Richard Cespedes",
"license": "ISC",
"homepage": "https://github.com/richardcspds/GlowSeleniumJS#readme",
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/preset-env": "^7.5.5",
"@babel/register": "^7.5.5",
"@wdio/allure-reporter": "^5.11.0",
"@wdio/cli": "^5.11.6",
"@wdio/local-runner": "^5.11.5",
"@wdio/mocha-framework": "^5.11.0",
"@wdio/spec-reporter": "^5.11.0",
"@wdio/sync": "^5.11.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.2",
"chai": "^4.0.2",
"chai-webdriverio": "^1.0.0",
"chromedriver": "^75.1.0",
"dateformat": "^3.0.3",
"eslint": "^6.1.0",
"eslint-plugin-babel": "^5.3.0",
"mocha": "^6.1.4",
"selenium-webdriver": "^4.0.0-alpha.4",
"sleep": "^6.1.0",
"wdio": "^3.0.3",
"wdio-chromedriver-service": "^5.0.2",
"wdio-mocha-framework": "^0.6.4",
"webdriverio": "^5.11.6"
},
"dependencies": {
"allure-commandline": "^2.9.0"
}
}