TestArmada / magellan-saucelabs-executor

magellan test executor for saucelabs
MIT License
2 stars 2 forks source link

tunnel flags doesn't support flags as sauce-connect-launcher #16

Closed riderx closed 7 years ago

riderx commented 7 years ago

i put my username and key in the tunnel.json file like it's possible there: sauce-connect

{
  "username": "{{ sauce_username }}",
  "accessKey": "{{ sauce_access_key }}",
  "connectVersion": "4.4.7",
  "noSslBumpDomains": "*.toucantoco.com,*.toucantoco.guru"
}

but i get theses errors

[ERROR] [Saucelabs Executor] Error! Sauce requires username to be set. Check if the environment variable $SAUCE_USERNAME is defined.
[ERROR] [Saucelabs Executor] Error! Sauce requires accessKey to be set. Check if the environment variable $SAUCE_ACCESS_KEY is defined.
[WARN] [Saucelabs Executor] Warning! No connectVersion is set. This is set via the environment variable $SAUCE_CONNECT_VERSION . This isn't required, but can cause problems with Sauce if not set
[ERROR] [Magellan] There are errors in loading executors
[ERROR] [Magellan] Error: Missing configuration for Saucelabs connection.
riderx commented 7 years ago

i forget to put --sauce_tunnel_config tunnel.json sorry