<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Jun 16, 2014 at 1:01 PM, Gilles Dubuc <span dir="ltr"><<a href="mailto:gilles@wikimedia.org" target="_blank">gilles@wikimedia.org</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">I've just tried setting BROWSER to "safari" and PLATFORM to "osx", doesn't seem to work:<br>

</div></blockquote><div><br></div><div>For future reference, this page lists all supported platforms:</div><div><br></div><div><a href="https://saucelabs.com/platforms">https://saucelabs.com/platforms</a></div><div><br></div>

<div>After taking a closer look, these variables have to be changed:<br><br>export BROWSER=safari<br>export PLATFORM='OS X 10.9'<br>export VERSION=7<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<div dir="ltr"><a href="https://wmf.ci.cloudbees.com/job/browsertests-en.wikipedia.beta.wmflabs.org-osx-safari/2/console" target="_blank">https://wmf.ci.cloudbees.com/job/browsertests-en.wikipedia.beta.wmflabs.org-osx-safari/2/console</a></div>

</blockquote></div><br>The problem is that no tests are run. These lines in job configuration:<br><br>...<br># run tests<br>bundle exec cucumber ... --tags @$BROWSER_TAG ...<br>...<br><br>ges executed like this:<br><br>...<br>

bundle exec cucumber ... --tags @safari<br>...<br>0 scenarios<br>0 steps<br>0m0.000s<br>...<br><br>Since there are no scenarios tagged @safari, no tests are run. You should either remove "--tags @$BROWSER_TAG" from job configuration, or tag at least one scenario with @safari tag.<br>

<br>Let me know if you need help with that.<br><br>Željko</div></div>