How To Generate Cucumber html Reports With Espresso

231 views
Skip to first unread message

عبد السالام شاداب

unread,
Sep 8, 2016, 10:14:45 AM9/8/16
to Cukes
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
Reply all
Reply to author
Forward
0 new messages