On Wed, Aug 6, 2014 at 5:54 AM, S Page <[email protected]> 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
_______________________________________________ QA mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/qa
