Take screenshots
This commit is contained in:
parent
44855fde9c
commit
8563394c4d
|
@ -527,7 +527,7 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Run Detox Tests
|
name: Run Detox Tests
|
||||||
command: |
|
command: |
|
||||||
yarn detox test --configuration android.emu.release --cleanup --headless
|
yarn detox test --configuration android.emu.release --cleanup --headless --take-screenshots failing
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: artifacts
|
path: artifacts
|
||||||
|
|
||||||
|
@ -564,7 +564,7 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Run tests
|
name: Run tests
|
||||||
command: |
|
command: |
|
||||||
yarn detox test --configuration ios.sim.release --cleanup --headless
|
yarn detox test --configuration ios.sim.release --cleanup --headless --take-screenshots failing
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: artifacts
|
path: artifacts
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue