Snapshot auto-fix PR
Version updated for https://github.com/sedlukha/snapshot-autofix-pr to version v1.0.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed
Initial public release.
Composite GitHub Action that runs a visual-snapshot command which updates baselines, then opens, updates, or closes a single auto-fix pull request carrying only the changed snapshot files. Capture-agnostic — works with Playwright, Storybook, or your own script.
Usage
- uses: sedlukha/snapshot-autofix-pr@v1
with:
token: ${{ secrets.PAT_TOKEN }}
run-command: npx playwright test --update-snapshots
See the README for all inputs/outputs and examples.