Skip to content

Commit

Permalink
chore: Add note to Azure example (#668)
Browse files Browse the repository at this point in the history
  • Loading branch information
marktnoonan authored Aug 9, 2023
1 parent 8e0ec14 commit b8e17bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:
# The test artifacts (video, screenshots, test output) will be uploaded to Cypress Cloud.
# To record on Cypress Cloud we need to set CYPRESS_RECORD_KEY environment variable.
# For setting ci-build-id, BUILD_BUILDNUMBER is a good candidate

# Note that `npm run start & npx cypress run` is included below for brevity only.
# This pattern is not ideal because Cypress may run before the server reaches a true ready state.
# For better solutions see https://on.cypress.io/guides/continuous-integration.
- script: |
npx print-env AGENT
npx print-env BUILD
Expand Down

0 comments on commit b8e17bd

Please sign in to comment.