mirror of
				https://github.com/Mueller-Patrick/Betterzon.git
				synced 2025-11-04 02:25:48 +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)
 | 
					@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 {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user