Take screenshots
This commit is contained in:
parent
44855fde9c
commit
8563394c4d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue