nathanwjclark/App Screenshot Tester
Capture and analyze screenshots of web applications during loading
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jun 26, 2025
- License
- MIT
Pinned Snippet
uses: nathanwjclark/claude-code-app-screenshot-tester@1f1234b26a53ca86c1d1ef24e17da1923b7b9323 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| url | URL to test | yes | — |
| name | Name for the capture session | no | github-action-test |
| duration | Duration of capture in milliseconds | no | 10000 |
| interval | Interval between screenshots in milliseconds | no | 1000 |
| start-command | Command to start the application (optional) | no | — |
| wait-time | Time to wait after starting app (seconds) | no | 5 |
| upload-artifacts | Whether to upload screenshots as artifacts | no | true |
| fail-on-issues | Whether to fail the action if issues are detected | no | false |
Outputs
| name | description |
|---|---|
| screenshot-dir | Directory containing the captured screenshots |
| issues-count | Number of issues detected |
| loading-duration | Loading duration in milliseconds |