You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -372,7 +372,7 @@ jobs:
372
372
373
373
### Project ID and Record Key
374
374
375
-
To record the project needs `projectId` and `recordKey`.
375
+
To record the project needs `projectId` and `recordKey`.
376
376
377
377
Typically, the `projectId` is stored in the [Cypress Configuration File](https://docs.cypress.io/guides/references/configuration#Configuration-File), while the `recordKey` is set as a [CLI parameter](https://docs.cypress.io/guides/guides/command-line#cypress-run-record-key-lt-record-key-gt). If you want to avoid this, both the `projectId` and `recordKey` can be provided as environment variables using [GitHub secrets](https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions).
378
378
@@ -424,7 +424,7 @@ jobs:
424
424
425
425
Please refer to the [Cypress Cloud Git information environment variables](https://on.cypress.io/guides/continuous-integration/introduction#Git-information) section in our documentation for more examples.
426
426
427
-
Please refer to the [default GitHub environment variables](https://docs.github.com/en/actions/learn-github-actions/variables#default-environment-variables) for additional GitHub examples.
427
+
Please refer to the [default GitHub environment variables](https://docs.github.com/en/actions/learn-github-actions/variables#default-environment-variables) for additional GitHub examples.
428
428
429
429
### Automatic PR number and URL detection
430
430
@@ -582,14 +582,14 @@ jobs:
582
582
- uses: actions/checkout@v4
583
583
- uses: cypress-io/github-action@v6
584
584
# after the test run completes store videos and any screenshots
585
-
- uses: actions/upload-artifact@v3
585
+
- uses: actions/upload-artifact@v4
586
586
# add the line below to store screenshots only on failures
587
587
# if: failure()
588
588
with:
589
589
name: cypress-screenshots
590
590
path: cypress/screenshots
591
591
if-no-files-found: ignore # 'warn' or 'error' are also available, defaults to `warn`
0 commit comments