TestCentric / testcentric-engine

Test engine that loads and runs tests for TestCentric
MIT License
0 stars 3 forks source link

Allow agents to be run independently for testing purposes #138

Closed CharliePoole closed 11 months ago

CharliePoole commented 11 months ago

It will be helpful in the development cycle if agents can be tested without depending on a working version of the GUI or engine. This could be done by having a rudimentary command-line interface, which permitted the agent to run on it's own, displaying output to the console and saving a result file.

Most of the work will need to be done in the pluggable agent projects, but the necessary argument changes will need to be supported by testcentric.engine.core.

CharliePoole commented 10 months ago

:tada: This issue has been resolved in version 2.0.0-beta2 :tada:

The release is available on: