Skip to content

Commit

Permalink
Provide PR 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 d288367 commit fe90dd7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,8 @@ jobs:
-w /e2e
-e DEBUG
-e COMMIT_INFO_BRANCH
-e CYPRESS_PULL_REQUEST_ID
-e CYPRESS_PULL_REQUEST_URL
--entrypoint cypress
cypress/test run
--browser chrome:stable
Expand All @@ -370,6 +372,8 @@ jobs:
env:
DEBUG: commit-info,cypress:server:record
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 }}

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

0 comments on commit fe90dd7

Please sign in to comment.