How To Prepare Your Tests For Continuous Integration
If you want your Selenium tests to automatically run and report failures to you and your team, you'll want to wire them up to a Continuous Integration server.
If you want your Selenium tests to automatically run and report failures to you and your team, you'll want to wire them up to a Continuous Integration server.
With browser tests it can often be challenging to track down the issue that caused a failure. By itself, a failure message along with a stack trace is hardly enough to go on, especially when you run the test again and it passes. You may or may not be able to recreate that initial error message, and might be left wondering what it was, and whether it will cause issues in the future.