We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e7bc62 commit 4091761Copy full SHA for 4091761
.circleci/config.yml
@@ -325,18 +325,7 @@ jobs:
325
configuration: <<parameters.detox_configuration>>
326
- detox-test:
327
328
- artifacts: ./detox_artifacts/default_suite
329
- screenshots: all
330
- - run:
331
- name: Set test suite to preflightTest
332
- command: |
333
- cd test/app
334
- echo "const suite = 'preflightTest';" > e2e-tests-config.js
335
- echo "module.exports = { suite };" >> e2e-tests-config.js
336
- cd ../..
337
- - detox-test:
338
- configuration: <<parameters.detox_configuration>>
339
- artifacts: ./detox_artifacts/preflightTest_suite
+ artifacts: ./detox_artifacts
340
screenshots: all
341
- run:
342
name: "Save Android logs"
0 commit comments