How do I see what errors are occurring in a test?

Unfortunately we don't provide a lot of insight into the error details right now - that is something we are working hard to fix right now.

You should be able to see what type of error we are getting at least - select the "Response Details" graph (look for the tabs under the graph). That should show either the class of error:

  • 400s, meaning you may have put in the wrong URL
  • 500s, meaning your server might be set up wrong or you have a bug (check your server logs for details)
  • Timeouts, meaning we connected but didn't get a response
  • Network Errors, meaning we couldn't connect for some reason (DNS resolution or TCP connection failures are common causes here)