CI experiment

Change-Id: I27499c0ba4e06586d41f589fc559a2032f5d9f3e
ja/edge-to-edge-dropshots
Jose Alcérreca 1 month ago
parent 3abab2503c
commit 848ab7b40c

@ -324,11 +324,13 @@ jobs:
# Run tests, if they fail, record screenshots and exit with a failure
script: |
set +e ;
if ./gradlew connectedDemoDebugAndroidTest -Pandroid.testInstrumentationRunnerArguments.annotation=com.google.samples.apps.nowinandroid.ui.InstrumentedScreenshotTests --daemon ; then
if ./gradlew connectedDemoDebugAndroidTest -Pandroid.testInstrumentationRunnerArguments.annotation=com.google.samples.apps.nowinandroid.ui.InstrumentedScreenshotTests --daemon ;
then
echo "All screenshot tests passed"
else
echo "Verification failed. Recording new reference images"
if ./gradlew connectedDemoDebugAndroidTest -Pandroid.testInstrumentationRunnerArguments.annotation=com.google.samples.apps.nowinandroid.ui.InstrumentedScreenshotTests -Pdropshots.record --daemon --stacktrace ; then
if ./gradlew connectedDemoDebugAndroidTest -Pandroid.testInstrumentationRunnerArguments.annotation=com.google.samples.apps.nowinandroid.ui.InstrumentedScreenshotTests -Pdropshots.record --daemon --stacktrace ;
then
echo "New goldens recorded, no issues"
echo "newgoldens=true" >> $GITHUB_OUTPUT
else

Loading…
Cancel
Save