It would be useful to allow some GUI parameters, such as the number of iterations, to be overridden from the testrunner configuration.
At the moment, the GUI always provides its own default values. For example, the iterations field defaults to 3, even when a different value should be used consistently for every test.
A configuration option such as:
could be used to preselect the corresponding value in the GUI.
Ideally, the same mechanism could also support other fields, such as:
- browser
- connectivity
- test type
- device
The values should still remain editable by the user before starting the test. The configuration would only define the initial GUI defaults.
This would be useful for self-hosted installations where most tests should follow the same internal testing policy, without requiring users to manually change the same fields every time.
It would be useful to allow some GUI parameters, such as the number of iterations, to be overridden from the testrunner configuration.
At the moment, the GUI always provides its own default values. For example, the iterations field defaults to 3, even when a different value should be used consistently for every test.
A configuration option such as:
could be used to preselect the corresponding value in the GUI.
Ideally, the same mechanism could also support other fields, such as:
The values should still remain editable by the user before starting the test. The configuration would only define the initial GUI defaults.
This would be useful for self-hosted installations where most tests should follow the same internal testing policy, without requiring users to manually change the same fields every time.