You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dd-smoke-tests/openfeature/src/test/groovy/datadog/smoketest/springboot/OpenFeatureProviderSmokeTest.groovy
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ import okhttp3.Request
13
13
importokhttp3.RequestBody
14
14
importspock.lang.Shared
15
15
importspock.lang.Stepwise
16
+
importspock.lang.Unroll
16
17
importspock.util.concurrent.PollingConditions
17
18
18
19
/** Due to the exposure cache it's important to run the tests in the specified order */
@@ -97,6 +98,7 @@ class OpenFeatureProviderSmokeTest extends AbstractServerSmokeTest {
97
98
}
98
99
}
99
100
101
+
@Unroll("test open feature evaluation - #testCase.fileName[#testCase.index] - flag=#testCase.flag")
0 commit comments