# mobile20 **Repository Path**: mobiletest20191119/mobile20 ## Basic Information - **Project Name**: mobile20 - **Description**: issue image - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-22 - **Last Updated**: 2021-10-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cucumber runner ```java @RunWith(Cucumber.class) @CucumberOptions(features = ("features"), glue = ("stepDefinitions"), plugin = {"html:target/cucumber-reports/html", "json:target/cucumber-reports/cucumber.json", "junit:target/cucumber-reports/cucumber.xml", "pretty"}) public class CucumberRunner { } ``` https://blog.csdn.net/weixin_42321329/article/details/89763325