Test Parameters YAML

A Test Parameters YAML can be used to set the parameters of all tests, or limit the amount of tests run.

The format of the YAML file is:

tests:
  - <test 1 that will run>
<test 1 name>:
  <param 1 name>: <param 1 value>
  <param 2 name>: <param 2 value>
  <param 3 name>: <param 3 value>
<test 2 name>:
  <param 1 name>: <param 1 value>

Remove the tests parameter to run all tests.

This is the same parameters as in the test configuration tab of the GUI: Adjusting the tests