This library provides a robotframework agent, and accompanying robot executor script that allows you to run Robot Framework Test Suites remotely. It's designed to be a lightweight agent and can be used as an alternative, or with a CI Agent (e.g. Jenkins Agent).
Address some Continuous Integration inconsistencies to provide better assurance.
Solution
Pull Request template
Test pipeline that is run each day against the latest versions of robotframework, python, OS
Test workflow that runs the agent on a docker host. This is an extra level of assurance designed to check that comms across machines is possible and neither scripts have any dependencies on each other. Because of a limitation in the GH-Action Runner (link provided in the workflow file), this is only run on the main branch.
Moved Unit Test & coverage execution to use pytest (with config in the setup.cfg)
Tweaked some syntax in the integration suite, as robotframework will drop support for old style FOR loop in v.4.0.0
Problem
Address some Continuous Integration inconsistencies to provide better assurance.
Solution
Implications
No library changes made, no concerns here.