Skip to content

Commit 38b8fab

Browse files
committed
Records tests to Cypress Cloud
1 parent 77d332a commit 38b8fab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cypress.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ jobs:
5858
start: yarn playground:dev
5959
env: env=ci
6060
browser: chrome
61+
# Records to Cypress Cloud
62+
# https://docs.cypress.io/guides/cloud/projects#Set-up-a-project-to-record
63+
record: true
64+
parallel: true # Runs test in parallel using settings above
6165

6266
- uses: actions/upload-artifact@v4
6367
if: failure()

0 commit comments

Comments
 (0)