CI experiment

Change-Id: I0ec26daffaa4d411b20194600c60b050d392bb5c
ja/edge-to-edge-dropshots
Jose Alcérreca 6 months ago
parent 62cf6ce390
commit 13aedf415e

@ -323,7 +323,7 @@ jobs:
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
# Run tests, if they fail, record screenshots and exit with a failure
script: >
set +e ; # do not fail fast
set +e ;
./gradlew connectedDemoDebugAndroidTest -Pandroid.testInstrumentationRunnerArguments.annotation=com.google.samples.apps.nowinandroid.ui.InstrumentedScreenshotTests --daemon
|| echo "Recording new screenshots"
; ./gradlew connectedDemoDebugAndroidTest -Pandroid.testInstrumentationRunnerArguments.annotation=com.google.samples.apps.nowinandroid.ui.InstrumentedScreenshotTests -Pdropshots.record --daemon --stacktrace

Loading…
Cancel
Save