Re Runs

Sente can rerun tests that fail before completion. To enable this, define the parameter "number_of_test_run_repetitions_on_error" in your configuration file.

Usage

number_of_test_run_repetitions_on_error : <reRunCount>

  • If the test fails, it will rerun the <reRunCount> of times specified by .

  • If "number_of_test_run_repetitions_on_error" is undefined or 0, no rerun will occur.

  • The maximum value can be no more than 10.

Last updated