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

Add support for robotframework >= 3.2 #4

Closed chrisBrookes93 closed 3 years ago

chrisBrookes93 commented 3 years ago

Extend support for the latest version(s) of robotframework. This will involve a fairly large refactor since the robotframework project structure/API has changed dramatically.