Interface RepeatProfile


public interface RepeatProfile
Holds names of custom Bamboo repeat profiles for the RepeatRule.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Stable profile brings a relaxed approach to testing, repeating failed tests if necessary, minimising the impact of test flakiness.
    static final String
    Stress profile raises the bar by re-running tests multiple times expecting them to pass every time, which ensures test stability.
  • Field Details

    • STABLE

      static final String STABLE
      Stable profile brings a relaxed approach to testing, repeating failed tests if necessary, minimising the impact of test flakiness.
      See Also:
    • STRESS

      static final String STRESS
      Stress profile raises the bar by re-running tests multiple times expecting them to pass every time, which ensures test stability.
      See Also: