<div dir="ltr">I keep forgetting about the browser tag. I'll sort it out from here, thank you for the help.<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jun 16, 2014 at 1:23 PM, Željko Filipin <span dir="ltr"><<a href="mailto:zfilipin@wikimedia.org" target="_blank">zfilipin@wikimedia.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div class="">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><div>For future reference, this page lists all supported platforms:</div><div><br></div><div><a href="https://saucelabs.com/platforms" target="_blank">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.<span class="HOEnZb"><font color="#888888"><br><br>Željko</font></span></div></div>
<br>_______________________________________________<br>
QA mailing list<br>
<a href="mailto:QA@lists.wikimedia.org">QA@lists.wikimedia.org</a><br>
<a href="https://lists.wikimedia.org/mailman/listinfo/qa" target="_blank">https://lists.wikimedia.org/mailman/listinfo/qa</a><br>
<br></blockquote></div><br></div>