guardianui/StoryCheck
Run StoryCheck for web3 dApp user stories in CI/CD
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| storypath | Path to the user story markdown file or directory (relative to your repo) | yes | — |
| output-dir | Directory for results (default: results) | no | results |
| start-command | Command to start the local app server (e.g., yarn start) | no | — |
| wait-on | URL to wait for the app to be ready (e.g., http://localhost:3000) | no | — |
| wait-on-timeout | Timeout in seconds for waiting on the app (default: 60) | no | 60 |
| app-working-directory | Working directory for the start command (relative to your repo, default: .) | no | . |
Outputs
| name | description |
|---|---|
| passed | Whether the story check passed (true/false) |