forked from hmcts/idam-web-public
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 897 Bytes
/
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
{
"name": "idam-web-public",
"version": "1.0.0",
"repository": "git@github.com:hmcts/idam-web-public.git",
"license": "MIT",
"engines": {
"node": ">=12.4.1"
},
"devDependencies": {
"chai": "^4.2.0",
"codeceptjs": "^1.2.0",
"codeceptjs-resemblehelper": "^1.9.0",
"deep-equal-in-any-order": "^1.0.13",
"mocha-junit-reporter": "^1.17.0",
"mocha-multi": "^1.0.1",
"mochawesome": "^3.0.2",
"nightmare": "^3.0.1",
"node-fetch": "^2.6.0",
"notifications-node-client": "^4.7.3",
"pa11y": "^4.13.2",
"proxy-agent": "^3.0.1",
"puppeteer": "^2.0.0",
"wdio-sauce-service": "^0.4.4",
"webdriverio": "^4.14.2"
},
"scripts": {
"test-crossbrowser-e2e": "NODE_PATH=. codeceptjs run-multiple --all -c saucelabs.conf.js --steps --grep '@crossbrowser' --reporter mochawesome",
"test:crossbrowser": "runSauceLabsTests.sh"
}
}