Skip to content

Commit

Permalink
doc: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
karrybit committed Dec 5, 2024
1 parent 2af1fea commit d2510ee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,12 @@ jobs:
- `command`
`Required` `run` a scenario by specifying run.
`list` the contents of a scenario by specifying list.
If `loadt` is specified, the scenario can be used as a load test.
If `loadt` is specified, the scenario can be used as a load test.
Default is `run`.
- `path_pattern`
`Required` Specify the path to the Runbook ( runn scenario file ).
- `github-token`
The GitHub token. Default is `${{ github.token }}`.
- `debug`
Enable runtime debug output. Default is `false`.
- `verbose`
Expand All @@ -65,6 +67,8 @@ Scenario runs, but test is not evaluated. Default is `false`.
Shuffle multiple Runbooks to run with the runn command. Default is `false`.
- `concurrent`
Enable concurrent execution. Default is `false`.
- `enable-read-parent-scope`
Enable `read:parent` scope. Default is `false`.
- `enable-read-remote-scope`
Enable `read:remote` scope. Default is `false`.
- `enable-run-exec-scope`
Expand Down

0 comments on commit d2510ee

Please sign in to comment.