Skip to content

Commit

Permalink
Provide run details for cypress cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
Zharktas committed Oct 16, 2023
1 parent fe90dd7 commit d4939f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ jobs:
-e COMMIT_INFO_BRANCH
-e CYPRESS_PULL_REQUEST_ID
-e CYPRESS_PULL_REQUEST_URL
-e CYPRESS_CI_BUILD_URL
--entrypoint cypress
cypress/test run
--browser chrome:stable
Expand All @@ -374,6 +375,7 @@ jobs:
COMMIT_INFO_BRANCH: ${{ github.head_ref || github.ref_name }}
CYPRESS_PULL_REQUEST_ID: ${{ github.event.number }}
CYPRESS_PULL_REQUEST_URL: ${{ github.event.pull_request.url }}
CYPRESS_CI_BUILD_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}

- name: export e2e test logs
if: failure()
Expand Down

0 comments on commit d4939f0

Please sign in to comment.