We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a65d5cd commit b4cf2e0Copy full SHA for b4cf2e0
src/test/java/cucumber/config/CucumberSpringConfiguration.java
@@ -4,9 +4,11 @@
4
import fr.insee.genesis.GenesisApi;
5
import io.cucumber.spring.CucumberContextConfiguration;
6
import org.springframework.boot.test.context.SpringBootTest;
7
+import org.springframework.test.context.ActiveProfiles;
8
9
@CucumberContextConfiguration
10
@SpringBootTest(classes = GenesisApi.class, webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
11
+@ActiveProfiles("test")
12
public class CucumberSpringConfiguration {
13
}
14
0 commit comments