[QA] how to skip an expected fail test in IE, where documented

Željko Filipin zfilipin at wikimedia.org
Wed Aug 6 13:45:00 UTC 2014


On Wed, Aug 6, 2014 at 5:54 AM, S Page <spage at wikimedia.org> wrote:

> A Flow browser test fails in IE until we fix a bug. I'd like to tell CI to
> skip this test when running  IE.
>
> * I think I could remove the @internet_explorer_10 annotation at the top
> of the file, but the other scenarios in that file pass.
>

Cucumber tag[1] can be applied to the entire feature or to a specific
scenario.


> *  Could I stick @ie6-bug @ie7-bug @ie8-bug @ie9-bug @ie10-bug @ie11-bug
> above the test?
>

Please don't. It will not help anyway.


> ?  My attempt is https://gerrit.wikimedia.org/r/#/c/151994/
>

Fixed it[2].


> Cucumber annotations are poorly documented :-(
>

Coding conventions FTW[3]! :)

Željko
--
1: https://github.com/cucumber/cucumber/wiki/Tags
2:
https://gerrit.wikimedia.org/r/#/c/151994/2/tests/browser/features/close_reopen_topics.feature,cm
3:
https://www.mediawiki.org/wiki/Manual:Coding_conventions/Selenium#Required_tags
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.wikimedia.org/pipermail/qa/attachments/20140806/b40d8779/attachment.html>


More information about the QA mailing list