chrisBrookes93 / robotframework-remoterunner

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

Closed chrisBrookes93 closed 3 years ago

chrisBrookes93 commented 3 years ago

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.

chrisBrookes93 commented 3 years ago

Daily pipeline setup that runs against the latest python and robotframework. Any future issues will be spotted via email notifications