Skip to content

Commit

Permalink
Revert "Initial support for Cypress Cloud"
Browse files Browse the repository at this point in the history
This reverts commit 2e050fe.
  • Loading branch information
kasperg committed Nov 13, 2023
1 parent 2b3f6bf commit 30cb0af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@ jobs:
options: --user 1001
env:
TZ: Europe/Copenhagen
strategy:
# When one test fails, DO NOT cancel the other containers, because this
# will kill Cypress processes leaving Cypress Cloud hanging.
# https://github.com/cypress-io/github-action/issues/48
fail-fast: false
matrix:
# Run 3 copies of the current job in parallel
containers: [1, 2, 3]
steps:
- uses: actions/checkout@master
- name: Setup Node
Expand All @@ -36,16 +28,9 @@ jobs:
- name: Cypress run
uses: cypress-io/github-action@v6
with:
install: false
start: yarn start:storybook:test
wait-on: "http://localhost:57021"
browser: chrome
group: "Integration tests"
parallel: true
record: true
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload screenshots
uses: actions/upload-artifact@v3
if: failure()
Expand Down
3 changes: 1 addition & 2 deletions cypress.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
"retries": {
"runMode": 3,
"openMode": 0
},
"projectId": "4trcdv"
}
}

0 comments on commit 30cb0af

Please sign in to comment.