cdaprod/Next.js visual-regression → PDF
Visual regression PDF generator that crawls a Docker-built Next.js app.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| context | Docker build context for the app | — | . |
| dockerfile | Dockerfile within the context | — | Dockerfile |
| port | Port exposed by the container and crawler | — | 3000 |
| depth | Crawler link depth (0 = only /) | — | 2 |
| output_dir | Folder (inside repo) to store PDFs | — | docs/visual-regression |
| keep | How many historical PDFs to keep | — | 5 |
| commit | Commit/push generated PDFs back to the repo | — | true |
Outputs
no outputs