susannemoog / sauceExtension

Codeception Extension to support automated testing via sauce labs
MIT License
8 stars 7 forks source link

Added option for parsing Sauce credentials from env variables #6

Closed rtsio closed 9 years ago

rtsio commented 10 years ago

Hi, this will read the Sauce username and access key from the corresponding environment variables (those used by Travis and Sauce Connect) if the env_variables option inside config is set to true. This is to avoid pushing Sauce credentials in cleartext to public repos if using something like Travis CI. There is a lot of unnecessary code reuse, so depending on your style, you may move this to static variables/initialization.

kesar commented 9 years ago

:+1: