sausage icon indicating copy to clipboard operation
sausage copied to clipboard

Sausage should be compatible with Codeception

Open mhightower opened this issue 10 years ago • 1 comments

I'm currently trying to use Codeception to run selenium tests on Sauce Labs via sausage. To use a corporate word; There would be great synergy if we could get this project as a plugin for Codeception.

For my problem I need to get the SAUCE_USERNAME and SAUCE_ACCESS_KEY available for the WebDriverTestCase class. It doesn't seem to work with the environment variables. Is there a way I can put the information in the code?

mhightower avatar Mar 27 '14 15:03 mhightower

You can run vendor/bin/sauce_config YOUR_SAUCE_USERNAME YOUR_SAUCE_ACCESS_KEY and it will set it in a local file for Sausage to use.

jlipps avatar Mar 27 '14 17:03 jlipps