Skip to content

Commit

Permalink
print logs on desktop e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jon gadsden committed Feb 7, 2023
1 parent 3e88e04 commit 571ac38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion td.vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test:help": "vue-cli-service help test:unit",
"test:desktop": "vue-cli-service test:unit --testMatch '**/unit/desktop/**/*.spec.js' --collectCoverageFrom='src/desktop/**/*.js'",
"test:e2e": "vue-cli-service test:e2e -C e2e.local.config.js",
"test:e2e:desktop": "wdio run ./wdio.config.js",
"test:e2e:desktop": "wdio run ./wdio.config.js && cat log/wdio-logs/wdio*",
"test:e2e:local": "vue-cli-service test:e2e -C e2e.local.config.js --url http://localhost:8080/",
"test:e2e-ci": "vue-cli-service test:e2e -C e2e.ci.config.js --browser firefox --headless --url http://localhost:3000/",
"test:e2e-ci-smokes": "vue-cli-service test:e2e -C e2e.smokes.ci.config.js --browser firefox --headless --url http://localhost:3000/",
Expand Down

0 comments on commit 571ac38

Please sign in to comment.