We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in saunter.ini when the [SauceLabs] section includes ondemand: true and get_log: true
saunter.ini
[SauceLabs]
ondemand: true
get_log: true
tests result in "Error" with the message "Test did not see a new command for 90 seconds. Timing out." stacktrace: https://gist.github.com/carolmirakove/d9ef757929a5942026bd
When you change saunter.ini to get_log: false then test results are Pass/Fail as expected.
get_log: false
The text was updated successfully, but these errors were encountered:
No branches or pull requests
in
saunter.ini
when the[SauceLabs]
section includesondemand: true
and
get_log: true
tests result in "Error" with the message "Test did not see a new command for 90 seconds. Timing out."
stacktrace:
https://gist.github.com/carolmirakove/d9ef757929a5942026bd
When you change
saunter.ini
toget_log: false
then test results are Pass/Fail as expected.
The text was updated successfully, but these errors were encountered: