FailFast
HyperExecute's FailFast feature lets you to optimize your testing regimen by automatically aborting jobs that surpass a specified number of consecutive failures. This intelligent feature ensures that you receive prompt feedback and maintain a well-orchestrated testing process.
maxNumberOfTests
The maxNumberOfTests
flag serves as a parameter that determines the number of consecutive tests that need to be failed before the job is aborted automatically.
For instance, if you set the maxNumberOfTests
flag to 4, then your job will be aborted after four consecutive test failures. However, if three of your tests fail and the fourth one is passed, then the FailFast feature will reset and look for the next four consecutive tests that are failing.
This allows you to speed up your test execution process and provide you with faster feedback.
Implementing FailFast
To leverage the FailFast feature, simply incorporate the following command in your HyperExecute YAML file:
failFast:
maxNumberOfTests: 2
For a deeper understanding of the HyperExecute YAML and its versatile features, we invite you to explore our dedicated HyperExecute YAML documentation page. This resource-rich section provides valuable insights to empower your testing endeavors.
If you have more questions, then just give us a shout and we will answer them for you.