You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2019. It is now read-only.
It reads specific lines in the system-out section of the XML report to identify and add files to the Jenkins test result page.
But unfortunately, I can't just add such a line ("[[ATTACHMENT|/path/to/file]]") to the XML report and console.log ist not enough.
Where do the lines in the <system-out...> element come from? There are only webdriver logs in there. It would be nice to have the possibility to add everything that is printed using console.log().
The plain Jenkins JUnit test report is not that helpful without screenshots.
(Maybe a nice HTML reporter would also solve this ;) ).