Interface RepeatProfile


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

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

      • 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:
        Constant Field Values
      • 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:
        Constant Field Values