saucectl
saucectl copied to clipboard
Publish HTML reports for Espresso Tests
🚀 Feature Proposal
A clear and concise description of what the feature is.
- As of today, saucectl publishes jUnit XML's for espresso tests which makes it difficult to visualize when published on Jenkins. Could saucectl publish the HTML report? As a part of espresso UI/instrumentation tests, orchestrator publishes a HTML report. Requesting the same feature using saucectl.
Motivation
Please outline the motivation for the proposal.
- Test report visualization from HTML reports are more soothing to the eyes and makes sense since it is a UI automation and not a unit test case.
Example
Please provide an example for how this feature would be used.
This would be used to Publish HTML reports from the Jenkins plugin post build.