My Php unit tests have 2 failures but i want to somehow get this back to the developer. After the tests fail it doesnt get to the “echo ‘JUnit parsing of data…’”.
What is the correct flow to get the report back to dev’s? Slack attachment or links? and how?
The above worked and i get the report in slack but what i think im going to do is follow this step on building a html report in jenkins itself and then slack the link to the html report.
Ill do this so everything is contained within jenkins for history.
not the best habit to be in. Junit is a semi standard these days (although poorly defined one), essentially lots of tools output to a junit.xml like format, then the junit plugin can process it, and build reports for you.