mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2026-04-26 23:30:11 +00:00
BETTERZON-21: Adjusted RunTest file to run all tests at once
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user