aganders3/Headless GUI
Run cross-platform commands for headless GUI testing
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| run | commands to execute | yes | — |
| shell | shell in which to execute commands from `run` input | no | "" |
| linux-pkgs | additional packages to install on linux runner | no | herbstluftwm |
| linux-setup | additional command to run on linux before the main section | no | herbstluftwm |
| linux-setup-delay | time to wait after setup command (ms) | no | 1000 |
| linux-teardown | additional command to run on linux after the main section | no | herbstclient quit |
| working-directory | directory where commands from `run` will be executed - defaults to cwd | no | "" |
| xvfb-screen-size | screen size passed to Xvfb | no | 1280x1024x24 |
| linux_pkgs | prefer `linux-pkgs` | no | herbstluftwm |
| linux_setup | prefer `linux-setup` | no | herbstluftwm |
| linux_setup-delay | prefer `linux-setup-delay` | no | 1000 |
| linux_teardown | prefer `linux-teardown | no | herbstclient quit |
Outputs
no outputs