Skip to content

How to generate screenshot when running Roborazzi screenshot test locally #944

Answered by SimonMarquis
juliewww asked this question in Q&A
Discussion options

You must be logged in to vote

To generate the screenshots unsing Roborazzi, you'll need to execute this task: recordRoborazziDemoDebug

- name: Generate new screenshots if verification failed and it's a PR
id: screenshotsrecord
if: steps.screenshotsverify.outcome == 'failure' && github.event_name == 'pull_request'
run: |
./gradlew recordRoborazziDemoDebug

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by juliewww
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants