Skip to content

Run recordDebug in CI and upload baselines as artifacts#57

Open
EmilioBejasa wants to merge 7 commits intomainfrom
feat/record-debug-step
Open

Run recordDebug in CI and upload baselines as artifacts#57
EmilioBejasa wants to merge 7 commits intomainfrom
feat/record-debug-step

Conversation

@EmilioBejasa
Copy link
Copy Markdown
Collaborator

Summary

  • Exploratory branch to verify that recordDebug can successfully capture screenshots on the emulator
  • Uploads the resulting android/app/screenshots/ as a GitHub Actions artifact (screenshot-baselines)

Why

Before switching to recordAndVerifyDebug, we need committed baseline images. This branch lets us see if the recording step works in CI. If it does, we download the artifact, commit the PNGs onto the parent branch, and switch back to recordAndVerifyDebug.

Test plan

  • CI runs recordDebug successfully
  • screenshot-baselines artifact appears in the Actions run with the expected PNG files

🤖 Generated with Claude Code

EmilioBejasa and others added 5 commits February 25, 2026 12:43
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Use the local recordAndVerifyDebug task instead of the Screenshotbot
cloud task. Also un-ignore android/app/screenshots/*.png so baselines
can be committed and compared against.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This is an exploratory step to see if recordDebug can successfully
capture screenshots on the emulator. If it works, we download the
artifacts, commit them, and switch back to recordAndVerifyDebug.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@EmilioBejasa EmilioBejasa changed the base branch from feat/record-and-verify-debug to main March 2, 2026 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant