-
-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
34 lines (34 loc) · 1.23 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
{
"name": "ui5-app",
"version": "0.8.15-notimportant",
"private": true,
"description": "sample ui5 app for testing wdi5",
"license": "UNLICENSED",
"author": "j&s-soft GmbH",
"main": "webapp/index.html",
"scripts": {
"serve": "ui5 serve",
"test": "run-s test:*",
"test-h": "run-s \"test:* -- --headless\"",
"start": "soerver -d ./webapp -p 8888 -x ./webapp/proxyrc.json",
"test:lateInject": "wdio run e2e-test-config/wdio-ui5-late.conf.js",
"test:ui5tooling": "wdio run e2e-test-config/wdio-ui5tooling.conf.js",
"test:webserver": "wdio run e2e-test-config/wdio-webserver.conf.js",
"test:multiremote": "wdio run e2e-test-config/wdio-multiremote.conf.js",
"//>REVISIT:wdio-bug:test:multiversion": "node e2e-test-config/wdi5-multiversion.js",
"test:urlDeprecation": "wdio run e2e-test-config/wdi5-urlDeprecation.conf.js",
"test-selenium": "wdio run e2e-test-config/wdio-selenium-service.conf.js"
},
"devDependencies": {
"@ui5/cli": "^3",
"@wdio/cli": "^8",
"@wdio/local-runner": "^8",
"@wdio/mocha-framework": "^8",
"@wdio/spec-reporter": "^8",
"ui5-middleware-simpleproxy": "latest",
"wdio-ui5-service": "*"
},
"dependencies": {
"@wdio/sauce-service": "^8"
}
}