Element-34 / py.saunter

sample framework for using selenium with python and page objects
Apache License 2.0
94 stars 35 forks source link

SauceLabs tests timeout when get_log is set to true in saunter.ini #45

Open carolmirakove opened 11 years ago

carolmirakove commented 11 years ago

in saunter.ini when the [SauceLabs] section includes ondemand: 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 to get_log: false then test results are Pass/Fail as expected.