Skip to content

Allow default GUI values to be overridden from the testrunner configuration #271

Description

@saiballo

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:

defaults:
  iterations: 5

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions