Skip to content

Commit

Permalink
add test:service to wdio5 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amitzur committed Jun 15, 2020
1 parent feb1573 commit 3750eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eyes-webdriverio-5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"scripts": {
"lint": "eslint '**/*.js'",
"render": "node ../sdk-shared/src/render.js",
"test": "yarn test:unit && yarn test:it && yarn test:e2e",
"test": "yarn test:unit && yarn test:it && yarn test:e2e && yarn test:service",
"test:e2e": "mocha --no-timeouts \"test/+(TestClassicApi*.js|TestFluentApi*.js|TestVisualGrid*.js)\"",
"test:it": "mocha --no-timeouts \"test/it/*.js\"",
"test:service": "wdio \"test/service/wdio.conf.js\" && wdio \"test/service/no-config/wdio.no-config.conf.js\" && wdio \"test/service/vg/wdio.vg.conf.js\"",
Expand Down

0 comments on commit 3750eb7

Please sign in to comment.