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 <[email protected]> wrote: > On Mon, Jun 16, 2014 at 1:01 PM, Gilles Dubuc <[email protected]> > 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 > [email protected] > https://lists.wikimedia.org/mailman/listinfo/qa > >
_______________________________________________ Multimedia mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/multimedia
