File: Contagion.zip ... -
@RunWith(Cucumber.class) @CucumberOptions( features = "src/test/resources/features", // Path to your feature folder glue = {"stepDefinitions"}, // Path to your step definition package plugin = {"pretty", "html:target/report.html"} ) public class TestRunner { } Use code with caution. Copied to clipboard 2. Organizing the Zip Structure
Are you working on a (Cucumber/Java) or game modding ? File: Contagion.zip ...
: This should contain the compiled JAR and the resources needed for execution. Stack Overflow suggests using tools like Tycho or Maven to automate the assembly of these plugins into a zip. 3. Game-Specific "Contagion" Scripts @RunWith(Cucumber