praveen-palanisamy/AutoDemo Demos-as-Code
Demos as code: record video, interactive walkthroughs, and marketing captures from a running web app in CI.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | Base URL of the running app to capture (e.g. http://localhost:3000) | yes | — |
| scenario | Scenario name to run. Use 'all' to run every scenario in the config. | no | all |
| config | Path to the AutoDemo config file | no | .autodemo.yml |
| instruction | Optional natural-language instruction. When set, runs a one-shot AI demo instead of config scenarios (requires an LLM API key in env). | no | "" |
| upload-artifacts | Upload generated demo artifacts as a workflow artifact | no | true |
| artifact-name | Name for the uploaded artifact | no | autodemo-artifacts |
| output-dir | Override output directory (defaults to the config's output.dir) | no | "" |
Outputs
| name | description |
|---|---|
| output-dir | Directory containing the generated demo artifacts |