Take screenshots

This commit is contained in:
Diego Mello 2023-02-07 10:44:57 -03:00
parent 44855fde9c
commit 8563394c4d
1 changed files with 2 additions and 2 deletions

View File

@ -527,7 +527,7 @@ jobs:
- run:
name: Run Detox Tests
command: |
yarn detox test --configuration android.emu.release --cleanup --headless
yarn detox test --configuration android.emu.release --cleanup --headless --take-screenshots failing
- store_artifacts:
path: artifacts
@ -564,7 +564,7 @@ jobs:
- run:
name: Run tests
command: |
yarn detox test --configuration ios.sim.release --cleanup --headless
yarn detox test --configuration ios.sim.release --cleanup --headless --take-screenshots failing
- store_artifacts:
path: artifacts