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@wikimedia.org> wrote:
On Mon, Jun 16, 2014 at 1:01 PM, Gilles Dubuc <gilles@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:


After taking a closer look, these variables have to be changed:

export BROWSER=safari
export PLATFORM='OS X 10.9'
export VERSION=7
 

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@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/qa