gfargo/git-scenarios
Materialize a named git-scenarios scenario into a workspace directory for CI integration tests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| scenario | Name of the scenario to materialize (e.g. feature-pr-ready, mid-merge-conflict) | yes | — |
| path | Directory to materialize the scenario into (workspace-relative or absolute). Defaults to git-scenario in the workspace root. | no | git-scenario |
| remote | Optional URL to register as the origin remote (e.g. git@github.com:org/repo.git) | no | "" |
| version | Version of @gfargo/git-scenarios to use when falling back to npx (e.g. latest, 1.1.0) | no | latest |
Outputs
| name | description |
|---|---|
| path | Absolute path to the materialized scenario directory |