mohamedraslan/Background Run & Test
Spin up a background server, and conditionally wait for it to be available before running your tests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | Main command to run | yes | — |
| command-windows | Main command to run on Windows | no | — |
| command-if | Conditionally run commands of the "command" or "command-window" option | no | — |
| start | Command for starting local server in the background | no | — |
| start-windows | A different start command on Windows | no | — |
| start-if | Conditionally run commands of the "start" or "start-window" option | no | — |
| wait-on | Local server URL to wait for | no | — |
| wait-on-timeout | Amount of time to wait for wait-on url to be available | no | — |
| wait-if | Conditionally wait on the resources if true | no | — |
| working-directory | Current working directory | no | — |
Outputs
no outputs