BETTERZON-21: Adjusted RunTest file to run all tests at once

This commit is contained in:
Patrick 2020-11-06 16:17:04 +01:00
parent 4d03a2b06b
commit 748bfb4b7d

View File

@ -4,7 +4,8 @@ import org.junit.runner.RunWith;
@RunWith(Cucumber.class) @RunWith(Cucumber.class)
@CucumberOptions( @CucumberOptions(
features = {"src/test/resource/searchProduct.feature"} features = {"src/test/resource/searchProduct.feature",
"src/test/resource/priceAlarms.feature"}
) )
public class RunTest { public class RunTest {