actions-marketplace-validations/Robot Framework Browser Action
Run Automate test with Robot Framework on Github Action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 14, 2021
- License
- Apache 2.0
Pinned Snippet
uses: actions-marketplace-validations/goleeteam_robotframework-browser-action@7074355764d34a6dbf531c7ecfc10dd7d2aac65d # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| image | custom imagename for execute robot framework | yes | ppodgorsek/robot-framework |
| image_version | custom tag verion image for execute robot framework | yes | latest |
| tests_dir | Directory where Robot tests are located in the repository | yes | robot_tests |
| reports_dir | Where will the report from test be saved | yes | reports |
| allowed_shared_memory | Shared memory that Docker container is allowed to use | yes | 1g |
| browser | Browser to use | yes | chrome |
| robot_threads | Execute tests in parallel | yes | 1 |
| pabot_options | Extra settings for parallel execution. https://github.com/mkorpela/pabot#command-line-options | yes | "" |
| robot_options | Extra options for robot command | yes | "" |
| screen_color_depth | Color depth of the virtual screen | yes | 24 |
| screen_height | Height of the virtual screen | yes | 1080 |
| screen_width | Width of the virtual screen | yes | 1920 |
Outputs
no outputs