Skip to content

Commit

Permalink
Update Yarn detox
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Jan 20, 2025
1 parent f4336fc commit 9b211cf
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -419,8 +419,10 @@ stages:
displayName: Run React Native Android Instrumented Tests

- script: |
YARN_GLOBAL_BIN=$(yarn global bin)
DETOX_EXECUTABLE="$YARN_GLOBAL_BIN/detox"
JEST_JUNIT_OUTPUT_FILE=$(Build.SourcesDirectory)/js/react_native/e2e/android-test-results.xml \
detox test --record-logs all \
$DETOX_EXECUTABLE test --record-logs all \
--configuration android.emu.release \
--loglevel trace \
--take-screenshots failing
Expand Down

0 comments on commit 9b211cf

Please sign in to comment.