I use Maven to make Integration test with Selenium, which run automatically.
I need to find a way to detect when failsafe crashes (when my integration test with selenium gets a fail), and make a report. How can I do that ?
At the end, I want to send a mail when the Integration test crashes.
Anyone have a solution or good idea ?