mkorpela / pabot

Parallel executor for Robot Framework test cases.
https://pabot.org
Apache License 2.0
476 stars 152 forks source link

#399 - Added exit arg to main function #400

Closed medic8601 closed 1 year ago

medic8601 commented 3 years ago

Adding the exit to the main function (mimics the functionality in run_cli function of robot module). This changes allows for a parent Python script to execute the pabot main function directly and stop it from exiting at completion so that the parent script can perform pre-testing and post-testing actions.

medic8601 commented 3 years ago

Any ETA on this small change being added?

mkorpela commented 1 year ago

I'll do this a bit differently but consider it as your contribution @medic8601