generated from neptune-software/dxp-e2e-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 892 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
{
"name": "dxp-e2e-template",
"version": "1.0.0",
"description": "",
"scripts": {
"wdio:local": "npx wdio run ./test/e2e/wdio/configs/wdio-ui5.conf.ts",
"wdio:bs": "npx wdio run ./test/e2e/wdio/configs/wdio.bs.conf.ts",
"wdio:percy:bs": "npx percy exec -- npm run wdio:bs",
"wdio": "wdio run ./wdio.conf.ts"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@neptune-software/dxp-e2e-toolbox": "^0.0.3",
"@percy/cli": "^1.27.6",
"@percy/selenium-webdriver": "^2.0.2",
"@percy/webdriverio": "^3.1.0",
"@sapui5/types": "^1.108",
"@wdio/browserstack-service": "^8.27.1",
"@wdio/cli": "^8.27.1",
"@wdio/local-runner": "^8.27.0",
"@wdio/mocha-framework": "^8.27.0",
"@wdio/spec-reporter": "^8.27.0",
"dotenv": "^16.3.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"wdio-ui5-service": "^2.0.4"
}
}