mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2026-04-27 15:50: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)
|
||||
@CucumberOptions(
|
||||
features = {"src/test/resource/searchProduct.feature"}
|
||||
features = {"src/test/resource/searchProduct.feature",
|
||||
"src/test/resource/priceAlarms.feature"}
|
||||
)
|
||||
|
||||
public class RunTest {
|
||||
|
||||
Reference in New Issue
Block a user