forked from hmcts/cmc-ccd-e2e-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.66 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.66 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": "cmc-ccd-e2e-tests",
"version": "1.0.0",
"description": "End to End CCD tests for CMC",
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"lint": "NODE_PATH=. eslint .",
"test:functional": "NODE_PATH=. node ./node_modules/codeceptjs/bin/codecept.js run-multiple parallel -c ./src/test/end-to-end/ --steps --reporter mocha-multi",
"test:fullfunctional": "./bin/run-e2e-tests.sh",
"test-crossbrowser-e2e": "NODE_PATH=. codeceptjs run-multiple ${BROWSER_GROUP:-'--all'} -c src/test/end-to-end/saucelabs.conf.js --plugins retryFailedStep --steps --grep '@crossbrowser' --reporter mocha-multi",
"test:crossbrowser": "./bin/run-crossbrowser-tests.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hmcts/cmc-ccd-e2e-tests.git"
},
"pre-commit": [
"lint"
],
"dependencies": {
"html_codesniffer": "^2.5.1",
"require-directory": "^2.1.1"
},
"devDependencies": {
"@hmcts/div-idam-test-harness": "^1.6.0",
"axios": "^0.21.2",
"codeceptjs": "^3.0.5",
"eslint": "4.18.2 ",
"launchdarkly-node-server-sdk": "^5.13.1",
"@hmcts/nodejs-logging": "^3.0.2",
"infinite-sequence-generator": "^1.1.0",
"mocha": "^5.2.0",
"mocha-jenkins-reporter": "^0.4.5",
"mocha-junit-reporter": "^1.23.3",
"mocha-multi": "^1.1.3",
"mochawesome": "^4.0.1",
"puppeteer": "^5.4.1",
"randomstring": "^1.1.5",
"sinon": "^5.0.7",
"totp-generator": "^0.0.7",
"webdriverio": "^6.11.3",
"uuid": "^8.3.2"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/hmcts/cmc-ccd-e2e-tests/issues"
},
"homepage": "https://github.com/hmcts/cmc-ccd-e2e-tests#readme"
}