File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 6
6
"scripts" : {
7
7
"test:webserver" : " wdio run wdio-webserver.conf.js" ,
8
8
"test:ui5tooling" : " wdio run wdio-ui5tooling.conf.js" ,
9
- "test:lateInject" : " wdio run wdio-ui5-late.conf.js"
9
+ "test:lateInject" : " wdio run wdio-ui5-late.conf.js" ,
10
+ "test" : " run-s test:*" ,
11
+ "serve" : " ui5 serve"
10
12
},
11
13
"author" : " " ,
12
14
"license" : " ISC" ,
13
15
"devDependencies" : {
16
+ "@ui5/cli" : " ^2.14.6" ,
14
17
"@wdio/cli" : " ^7.16.15" ,
15
18
"@wdio/local-runner" : " ^7.16.15" ,
16
19
"@wdio/mocha-framework" : " ^7.16.15" ,
Original file line number Diff line number Diff line change 16
16
"build:watch" : " tsc -w" ,
17
17
"// test time" : " refers to testing wdio-ui5-service" ,
18
18
"_startApp:js" : " soerver -d ./examples/ui5-js-app/webapp -p 8888 -x ./examples/ui5-js-app/webapp/proxyrc.json" ,
19
+ "_startApp:js-tooling" : " npm run serve --workspace=examples/ui5-js-app" ,
19
20
"_startApp:ts" : " tbd" ,
20
- "_test:js-app" : " wait-on tcp:8888 && npm run test --workspace=examples/ui5-js-app" ,
21
- "test:js-app" : " run-p _startApp:js _test:js-app"
21
+ "_test:js-app" : " wait-on tcp:8888 && wait-on tcp:8080 && npm run test --workspace=examples/ui5-js-app" ,
22
+ "test:js-app" : " run-p -r _startApp:js _startApp:js-tooling _test:js-app"
22
23
},
23
24
"author" :
" j&s-soft GmbH <[email protected] > (https://www.js-soft.com)" ,
24
25
"contributors" : [
You can’t perform that action at this time.
0 commit comments