autoTesting

autoTesting

The autoTesting configuration setting is an object with the following properties:

  • recordEnv: The name of the environment where tests are recorded (e.g., "DEV").

  • batchCount: An integer specifying the number of parallel batches to run in headless mode when submitting tests via filters. For small test sets, a value of 1 is acceptable. Higher values improve throughput for large test suites.

  • batchCompleted: A custom function that receives information about a completed batch. This can be used to implement notifications, such as logging results or sending emails if any tests fail. The function parameters include batchId, batchSegment, status, and results.

  • globalRules: An object defining global rules applied during test replays, such as ignoring specific values or auto-responding to certain screens.

These properties determine how Profound QA (Automated Testing) operates. The enableAutomatedTesting property must also be set to true.

Click here for information on how to modify this setting.