public interface RepeatProfile
RepeatRule
.Modifier and Type | Field and 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.
|
static final String STABLE
static final String STRESS
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.