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).
MIT License
8
stars
8
forks
source link
Setup daily pipeline to catch any future incompatibilities with robotframework #10
Robot has already changed their API once (robotframework 3.2). Aside from that we're using a few non-official functions of theirs. Setup a test pipeline that will run daily, running the tests against the latest versions of OS(s), Python and robotframework, so that an email is received if it fails. This will help to quickly spot any issues further down the line and issue a patch quickly.
Robot has already changed their API once (robotframework 3.2). Aside from that we're using a few non-official functions of theirs. Setup a test pipeline that will run daily, running the tests against the latest versions of OS(s), Python and robotframework, so that an email is received if it fails. This will help to quickly spot any issues further down the line and issue a patch quickly.