[QA] Cloudbees + Safari?

Željko Filipin zfilipin at wikimedia.org
Mon Jun 16 11:23:05 UTC 2014


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.wikimedia.org/pipermail/qa/attachments/20140616/712517ba/attachment.html>


More information about the QA mailing list