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. * Could I stick @ie6-bug @ie7-bug @ie8-bug @ie9-bug @ie10-bug @ie11-bug above the test? ? My attempt is https://gerrit.wikimedia.org/r/#/c/151994/ Cucumber annotations are poorly documented :-( All I could find is "You can use different annotation tags at the top of your feature files to group tests."[1] These are the group names that we pass in the cucumber --tags line in the Jenkins job setup. But what about @login or @ie7-bug , I see those partway through files. Use the wiki folks! (I explained test groups in https://www.mediawiki.org/wiki/Quality_Assurance/Browser_testing/Running_tests#Running_the_tests ) Thanks. [1] http://www.ibm.com/developerworks/opensource/library/a-automating-ria/ -- =S Page Features engineer
_______________________________________________ QA mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/qa
