Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 authored Dec 12, 2024
1 parent cb02c92 commit d835dc8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,14 @@ jobs:
echo "No matching branch for domain testing. Exiting." && exit 1
fi
- name: Debug Test Domain
run: echo "TEST_DOMAIN=${{ env.TEST_DOMAIN }}"

- name: Execute Cypress Tests 🌡️
uses: cypress-io/github-action@v6.7.6
with:
working-directory: ./cypress-tests
command: npx cypress run --headless --browser chrome --env domain=${{ env.TEST_DOMAIN }}
command: npx cypress run --headless --browser chrome --env TEST_DOMAIN=${{ env.TEST_DOMAIN }}

- name: Upload screenshots of tests failed 📷
uses: actions/upload-artifact@v4.4.0
Expand Down

0 comments on commit d835dc8

Please sign in to comment.