Skip to content

v4.1.0 - Add execution_method, deprecate crowd

Compare
Choose a tag to compare
@magni- magni- released this 22 Sep 01:57
· 12 commits to master since this release
b10fc54

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