Element-34 / py.saunter

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

add SauceLabs video config options to default ini #47

Open carolmirakove opened 11 years ago

carolmirakove commented 11 years ago

SauceLabs support, in their tips for speedy tests (http://support.saucelabs.com/entries/23388772-Tips-for-lean-speedy-tests), advises that users consider disabling video options. Here we add both configs to the saunter.ini.default for users to easily toggle.

carolmirakove commented 11 years ago

To note: I added these configs to testcase/webdriver.py but not remotecontrol.py, mostly because I never work with RC and don't have a great way to test it. but, I'm guessing it would just be this: https://gist.github.com/carolmirakove/5797052 and I can make those changes if yes.

adamgoucher commented 11 years ago

I wouldn't worry about that. Over the next couple weeks the great yamlfication of the configs will be done (starting this weekend) and i'll be sure to add these in too.

To note: I added these configs to testcase/webdriver.py but not remotecontrol.py, mostly because I never work with RC and don't have a great way to test it. but, I'm guessing it would just be this: https://gist.github.com/carolmirakove/5797052 and I can make those changes if yes.

— Reply to this email directly or view it on GitHub https://github.com/Element-34/py.saunter/pull/47#issuecomment-19546431.

carolmirakove commented 11 years ago

sounds good, thanks Adam.