Guys Here is my Problem,
I have implemented Espresso Tests with Cucumber, And got sucked while trying to generate Html Report, So anybody let us know how it can be done and also i want to save those report to local drive. Its done in Android studio which is quite specific to Espresso for now.
Here is my runner class as usual looks like:
@CucumberOptions(features = "features",
format = { "html:target/cucumber-htmlreport", "json:target/cucumber-report.json" },
glue = {"com.abc.android.app"},tags = {"@LoginActivity"}
)
@RunWith(Cucumber.class)
public class CucumberRunnerTest {
}
Regards
Abdus salam shadaab