Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Add error message context for when saucelabs capactiy limit is reached

Compare
Choose a tag to compare
@g00dnatur3 g00dnatur3 released this 04 Aug 22:52
· 60 commits to master since this release
12f1589

this PR explains details of this release:
#285


A developer can be having their tests run in saucelabs,
and alot of the time these tests can fail because of lack of saucelabs capacity.

Currently, when a saucelabs capacity error happens, the error message produced says the following:

13:38:19 Error retrieving a new session from the selenium server
13:38:19 Connection refused! Is selenium server started?

this release just adds a little context to the existing error message, letting the user know the error may have been caused by a saucelabs capacity issue.

Cheers!