Skip to content

Commit

Permalink
Setup Cypress Dashboard (#3691)
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon authored May 23, 2022
1 parent 2cbd762 commit b345763
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
VITE_TRANSLOADIT_SECRET: ${{secrets.TRANSLOADIT_SECRET}}
VITE_TRANSLOADIT_TEMPLATE: ${{secrets.TRANSLOADIT_TEMPLATE}}
VITE_TRANSLOADIT_SERVICE_URL: ${{secrets.TRANSLOADIT_SERVICE_URL}}
CYPRESS_RECORD_KEY: ${{secrets.CYPRESS_RECORD_KEY}}
- name: Remove 'pending end-to-end tests' label
# Remove the 'pending end-to-end tests' label if tests ran successfully
if: github.event.pull_request && contains(github.event.pull_request.labels.*.name, 'pending end-to-end tests')
Expand Down
1 change: 1 addition & 0 deletions e2e/cypress.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"projectId": "mcijsj",
"baseUrl": "http://localhost:1234",
"defaultCommandTimeout": 16000
}
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"client:start": "parcel clients/index.html",
"cypress:open": "cypress open",
"cypress:headless": "cypress run",
"cypress:headless": "cypress run --record",
"generate-test": "yarn node generate-test.mjs"
},
"dependencies": {
Expand Down

0 comments on commit b345763

Please sign in to comment.