add integration test profile

This commit is contained in:
DOHA
2016-10-21 00:11:19 +02:00
parent 1018c4b3fb
commit 395a6731d9
2 changed files with 43 additions and 1 deletions
@@ -6,5 +6,5 @@ import cucumber.api.junit.Cucumber;
@RunWith(Cucumber.class)
@CucumberOptions(features = "classpath:Feature")
public class CucumberTest {
public class CucumberIntegrationTest {
}