Skip to content

Commit

Permalink
using record key to test
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamguys committed Apr 7, 2024
1 parent b0ba526 commit 8647767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
# continue-on-error: true
with:
browser: chrome
command: npx cypress run --browser chrome --auto-cancel-after-failures 1 --env USERNAME=${{secrets.USERNAME}},PASSWORD=${{secrets.PASSWORD}}
command: npx cypress run --record --key 967b25a7-e4dd-4b5b-a143-d799131b2d3b --browser chrome --auto-cancel-after-failures 1 --env USERNAME=${{secrets.USERNAME}},PASSWORD=${{secrets.PASSWORD}}


0 comments on commit 8647767

Please sign in to comment.