When running a configuration that is not sauce and with the SauceExtension, an error will always display.
ERROR!
java.lang.Exception: Error initializing the Sauce Labs API: Please check your configuration.
Current workaround for this is to set the root logs to ERROR.
Expected
This error should not appear when a user is not running a sauce configuration. I believe the error is due to credentials not being passed in for the SauceExtension to send to the API.
The error currently does not exit out of automation. More of an annoyance.
Bug
When running a configuration that is not sauce and with the
SauceExtension
, an error will always display.Current workaround for this is to set the root logs to
ERROR
.Expected
This error should not appear when a user is not running a sauce configuration. I believe the error is due to credentials not being passed in for the
SauceExtension
to send to the API.The error currently does not exit out of automation. More of an annoyance.
Repro
Add steps to reproduce the behavior. E.G:
SauceExtension
to base test