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

Write the temporary output directory to a file #12

Open chrisBrookes93 opened 3 years ago

chrisBrookes93 commented 3 years ago

Similar to a PID file, it would be useful to optionally output the temporary path (where the agent extracts everything to) to a file. This would give the ability to have richer automated tests that can check the contents of that directory to make sure that all artifacts are recreated on the agent machine