-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
123 lines (123 loc) · 4.47 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
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "wdio-cucumber-bdd-boilerplate",
"title": "Boilerplate for WebdriverIO & CucumberJS (sync mode) for BDD testing or E2E testing",
"description": "A Boilerplate to run tests with CucumberJS & WebdriverIO as automated BDD, accessibility and E2E testing capabilities with Javascript, generating reports & screenshots of the rsults and allow connectivity via third party services like Browserstak or Saucelabs",
"keywords": [
"E2E",
"BDD",
"Cucumber Boilerplate",
"Selenium",
"WebriverIO",
"Gherkin",
"Pa11y",
"Axe",
"Visual regression",
"Lighthouse"
],
"version": "v2.0.0",
"homepage": "https://github.com/bardius/wdio-cucumber-bdd-boilerplate",
"authors": [
{
"name": "George Bardis",
"url": "http://www.bardis.info"
}
],
"repository": {
"type": "git",
"url": "git://github.com/bardius/wdio-cucumber-bdd-boilerplate.git"
},
"bugs": {
"url": "https://github.com/bardius/wdio-cucumber-bdd-boilerplate/issues"
},
"license": "MIT",
"readmeFilemane": "README.md",
"engines": {
"node": ">= 6.14.2"
},
"dependencies": {
"apickli": "^2.3.0",
"axe-core": "^3.1.2",
"axe-reports": "^1.1.11",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chalk": "^2.4.2",
"cucumber": "^5.0.3",
"prettyjson": "^1.2.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-proto-to-assign": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.24.1",
"del": "^4.0.0",
"eslint": "^5.12.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-promise": "^4.0.1",
"gherkin-lint": "^3.0.0",
"gulp": "^3.9.1",
"gulp-sequence": "^1.0.0",
"gulp-webdriver": "^2.0.3",
"husky": "^1.3.1",
"lighthouse": "^4.2.0",
"mkdirp": "^0.5.1",
"multiple-cucumber-html-reporter": "^1.11.4",
"npm-check": "^5.9.0",
"npm-run-all": "^4.1.5",
"os": "^0.1.1",
"pa11y": "^4.13.2",
"pa11y-ci": "^1.3.1",
"path": "^0.12.7",
"prettier": "^1.15.3",
"pretty-quick": "^1.8.0",
"sauce-connect-launcher": "^1.2.5",
"selenium-standalone": "^6.15.4",
"wdio-browserstack-service": "^0.1.18",
"wdio-cucumber-framework": "^2.2.7",
"wdio-firefox-profile-service": "^0.1.3",
"wdio-junit-reporter": "^0.4.4",
"wdio-multiple-cucumber-html-reporter": "^0.3.2",
"wdio-sauce-service": "^0.4.14",
"wdio-screenshot": "^0.6.0",
"wdio-selenium-standalone-service": "^0.0.12",
"wdio-spec-reporter": "^0.1.5",
"wdio-sync": "^0.7.2",
"wdio-visual-regression-service": "^0.9.0",
"webdriverio": "^4.14.4",
"yargs": "^13.2.2"
},
"scripts": {
"setup": "npm install --no-optional --color-always && npm install gulp --no-optional",
"postinstall": "",
"start": "npm-run-all execute",
"execute": "gulp execute",
"execute:hub": "gulp execute-hub --hub=true",
"browserstack:noLocal": "gulp browserstack",
"browserstack": "gulp browserstack --bsLocal --browser='-'",
"lighthouse": "gulp create-folders && lighthouse --config-path=./config/lighthouse.config.js --output-path=./reports/lighthouse/index.html",
"lint:js": "./node_modules/.bin/eslint \"src/**/*js\" --max-warnings=30 -f table --fix --color || true",
"lint:gherkin": "gherkin-lint || true",
"lint": "npm-run-all lint:js lint:gherkin",
"pretty": "pretty-quick",
"pretty:staged": "pretty-quick --staged",
"check": "npm-check -s --color || true",
"precommit": "npm-run-all pretty:staged lint",
"saucelabs": "gulp saucelabs",
"saucelabs:grade1": "gulp saucelabs --grade=grade1",
"saucelabs:grade2": "gulp saucelabs --grade=grade2",
"saucelabs:ci": "gulp saucelabs --scPac=true",
"saucelabs:ci:grade1": "gulp saucelabs --grade=grade1 --scPac=true",
"saucelabs:ci:grade2": "gulp saucelabs --grade=grade2 --scPac=true",
"test:pa11y-ci": "gulp create-folders && pa11y-ci --config ./config/.pa11yci 2>&1 | tee reports/pa11y/results.log || true",
"test:pa11y": "gulp pa11y-test 2>&1 | tee reports/pa11y/pa11y-report.html || true"
}
}