carlosnizolli/Robot Framework Docker
Run Robot Framework tests using ghcr.io/carlosnizolli/docker-robotframework
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| image | Docker image (tag recommended for reproducibility) | no | ghcr.io/carlosnizolli/docker-robotframework:latest |
| tests_path | Path to tests relative to the GitHub workspace | yes | — |
| reports_path | Path for Robot reports relative to the GitHub workspace | no | reports |
| options | Extra robot/pabot options (ROBOT_OPTIONS), e.g. --exitonfailure --name CI | no | "" |
| threads | ROBOT_THREADS — 1 uses robot; >1 uses pabot (discouraged) | no | 1 |
| listener | ROBOT_LISTENER — full listener args, e.g. --listener MyListener | no | "" |
| pabot_options | Extra Pabot options (PABOT_OPTIONS) when threads > 1 (discouraged) | no | "" |
| shm_size | Docker --shm-size (browsers often need 1g+) | no | 2g |
Outputs
no outputs