Skip to content

Commit

Permalink
record a video
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Trocki committed Aug 28, 2023
1 parent 1a80a53 commit 619a9a0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,16 @@ jobs:
yarn run-example-android
yarn test:e2e:android
- name: Upload artifacts
- name: Upload report
if: always()
uses: actions/upload-artifact@v3
with:
name: e2e-test-logs
path: ~/.maestro/tests/**/*
name: E2E Report
path: |
${{ github.workspace }}/*.mp4
${{ github.workspace }}/*.png
${{ github.workspace }}/report*.xml
~/.maestro/tests/**/*
- name: Store tests result
uses: actions/upload-artifact@v3
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
appId: ${APP_ID}
name: Verify prev and next buttons work
onFlowStart:
- startRecording: recording
onFlowComplete: # <- and this
- stopRecording
---
- launchApp
- assertVisible: 'PagerView Example'
Expand Down

0 comments on commit 619a9a0

Please sign in to comment.