You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it is not possible to execute pabot as a child process since it force exits at completion.
The run_cli function from robot module provides an exit arg that is defaulted to True. When True, the process will exit but if False it will return the exit code. This allows a user to launch the main function directly from a parent Python script that would perform pre-testing and post-testing actions.
The text was updated successfully, but these errors were encountered:
@medic8601 I'm very sorry but I've been heavily focused on other things for a long time.. This seems like a valid use case and I would be super happy to merge this.
Currently it is not possible to execute pabot as a child process since it force exits at completion.
The run_cli function from robot module provides an exit arg that is defaulted to True. When True, the process will exit but if False it will return the exit code. This allows a user to launch the main function directly from a parent Python script that would perform pre-testing and post-testing actions.
The text was updated successfully, but these errors were encountered: