v4.1.0 - Add execution_method, deprecate crowd
Deprecations / Replacements
A new execution_method
parameter replaces the now-deprecated crowd
parameter for the run
job and run_qa
command. You may not use both parameters together. If neither parameter is set the run will use the Run Group's execution method.
What | Then | Now |
---|---|---|
Running tests using the Tester Community | crowd: default |
execution_method: crowd |
Running tests using the Automation Service | crowd: automation |
execution_method: automation |
Running automatable tests using the Automation Service and non-automatable tests using the Tester Community | crowd: automation_and_crowd |
execution_method: automation_and_crowd |
Running tests using your On-Prem testers | crowd: on_premise_crowd |
execution_method: on_premise |