Forum Discussion
- groovyguyCommunity Hero
NamrataMane: There are probably a few ways to handle this.
First, you could leverage the Send Mail Test Step to send an email, but you'd likely need to harvest all of the results you are looking for with a groovy script first. That being said, the Send Mail Test Step is a test in and of itself, and if the email fails for any reason it may give you false positives for the over-all tests.Another way would be to simply handle everything with a groovy test step. You would have to likely still set up the test step to gather the results via groovy and then use a script to email them.
- nmraoChampion Level 3Please see if the below thread helps:
https://stackoverflow.com/questions/45577149/how-to-send-junit-report-via-email-as-report-doesnt-display/45668339#45668339- NamrataManeOccasional Contributor
Thanks for your response, i need to try the solution.
- sanjSuper Contributor
why dont you just setup CI and have everyone access to the reports
For eg Jenkins
Related Content
- 11 years ago
Recent Discussions
- 6 days ago
- 10 days ago