[QA] Cloudbees + Safari?

Gilles Dubuc gilles at wikimedia.org
Mon Jun 16 11:31:23 UTC 2014


I keep forgetting about the browser tag. I'll sort it out from here, thank
you for the help.


On Mon, Jun 16, 2014 at 1:23 PM, Željko Filipin <zfilipin at wikimedia.org>
wrote:

> On Mon, Jun 16, 2014 at 1:01 PM, Gilles Dubuc <gilles at wikimedia.org>
> wrote:
>
>> I've just tried setting BROWSER to "safari" and PLATFORM to "osx",
>> doesn't seem to work:
>>
>
> For future reference, this page lists all supported platforms:
>
> https://saucelabs.com/platforms
>
> After taking a closer look, these variables have to be changed:
>
> export BROWSER=safari
> export PLATFORM='OS X 10.9'
> export VERSION=7
>
>
>>
>> https://wmf.ci.cloudbees.com/job/browsertests-en.wikipedia.beta.wmflabs.org-osx-safari/2/console
>>
>
> The problem is that no tests are run. These lines in job configuration:
>
> ...
> # run tests
> bundle exec cucumber ... --tags @$BROWSER_TAG ...
> ...
>
> ges executed like this:
>
> ...
> bundle exec cucumber ... --tags @safari
> ...
> 0 scenarios
> 0 steps
> 0m0.000s
> ...
>
> 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.
>
> Let me know if you need help with that.
>
> Željko
>
> _______________________________________________
> QA mailing list
> QA at lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/qa
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.wikimedia.org/pipermail/qa/attachments/20140616/fc49f1ce/attachment-0001.html>


More information about the QA mailing list