Forum Discussion
aaronpliu
3 years agoFrequent Contributor
em_qdx ,
you may need to collect test results information and construct HTML report by yourself.
It's very easy to create a HTML report.
All of test running information would be retrieved from testResults.
For instance:
// retrieve test running info
for (r in runner.results.sort {it.getStartTime()}) {}
// construct HTML report
def writer = new StringWriter()
def builder = new groovy.xml.MarkupBuilder(writer)
builder.html {
head {}
}
Thanks,
/Aaron
Related Content
- 4 years ago
- 4 years ago
- 3 years ago
- 5 years ago
Recent Discussions
- 6 days ago
- 10 days ago