Skip to content

Commit

Permalink
update cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
dpatil-magento committed Oct 7, 2024
1 parent 22e1ae4 commit dcc5b46
Show file tree
Hide file tree
Showing 7 changed files with 488 additions and 59 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
browser: chrome
wait-on: 'http://localhost:3000'
config: baseUrl=http://localhost:3000
command: npm run cypress:percy
env:
# pass the Percy Token
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
- uses: actions/upload-artifact@v4
if: failure()
with:
Expand Down
Loading

0 comments on commit dcc5b46

Please sign in to comment.