Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Desktop end to end testing #595

Merged
merged 19 commits into from
Feb 7, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove publish for desktop e2e tests
  • Loading branch information
jon gadsden committed Feb 7, 2023
commit ef8d6b9f1e65b9813f8f0090917c019342a6feda
2 changes: 1 addition & 1 deletion td.vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dev": "vue-cli-service serve --port 8080",
"cypress:open": "cypress open",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --no-unsafe-inline",
"build": "vue-cli-service build --no-unsafe-inline --publish never",
"build:desktop": "vue-cli-service electron:build",
"clean": "rimraf coverage/ cypress/ dist/ dist-desktop/ node_modules/ tests/e2e/videos/ tests/e2e/reports/ tests/e2e/screenshots/ log/ results/",
"postinstall": "electron-builder install-app-deps",
Expand Down