Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,16 @@ jobs:
run: npm ci

- name: Run Tests
uses: replayio/action-cypress@v0.1.6
uses: replayio/action-cypress@main
with:
command: RECORD_REPLAY_VERBOSE=1 DEBUG=cypress:* npx cypress run
browser: ${{ github.event.inputs.browser || 'Replay Firefox' }}
issue-number: ${{ steps.pr-number.outputs.result }}
apiKey: ${{ secrets.CYPRESS_REPLAY_API_KEY }}
public: true
env:
CYPRESS_BASE_URL: ${{ github.event.deployment_status.target_url || 'https://www.replayable.dev/' }}

- run: npx @replayio/replay ls --all
if: ${{ always() }}
shell: bash
147 changes: 66 additions & 81 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"cypress:record": "RECORD_ALL_CONTENT=1 RECORD_REPLAY_METADATA_FILE=$(mktemp) npx cypress run --browser 'Replay Firefox'"
},
"dependencies": {
"@replayio/cypress": "^0.2.3",
"@replayio/cypress": "^0.2.7",
"cypress": "^10.2.0",
"dotenv": "^16.0.1",
"next": "12.0.3",
Expand Down