mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2024-11-12 17:43:57 +00:00
BETTERZON-21: Adjusted RunTest file to run all tests at once
This commit is contained in:
parent
4d03a2b06b
commit
748bfb4b7d
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user