Zfilipin has uploaded a new change for review. https://gerrit.wikimedia.org/r/53393
Change subject: Added firefox Cucumber profile ...................................................................... Added firefox Cucumber profile It should be used (like other profiles) to temporarily disable scenarios or features that are failing because of a known bug in software or configuration. Change-Id: I7e366d07b535e90db6d7668efbda6b3474bb5c05 --- M config/cucumber.yml 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/qa/browsertests refs/changes/93/53393/1 diff --git a/config/cucumber.yml b/config/cucumber.yml index a361af9..f4d5df3 100644 --- a/config/cucumber.yml +++ b/config/cucumber.yml @@ -1,6 +1,7 @@ chrome: --format Cucumber::Formatter::Sauce --out reports/junit --format html --out reports/cucumber<%= ENV['TEST_ENV_NUMBER'] %>.html --tags ~@firefox ci: --format Cucumber::Formatter::Sauce --out reports/junit --format html --out reports/cucumber<%= ENV['TEST_ENV_NUMBER'] %>.html default: --format progress +firefox: --format Cucumber::Formatter::Sauce --out reports/junit --format html --out reports/cucumber<%= ENV['TEST_ENV_NUMBER'] %>.html ie6: --format Cucumber::Formatter::Sauce --out reports/junit --format html --out reports/cucumber<%= ENV['TEST_ENV_NUMBER'] %>.html --tags ~@ie6-bug --tags ~@firefox ie7: --format Cucumber::Formatter::Sauce --out reports/junit --format html --out reports/cucumber<%= ENV['TEST_ENV_NUMBER'] %>.html --tags ~@ie7-bug --tags ~@firefox ie8: --format Cucumber::Formatter::Sauce --out reports/junit --format html --out reports/cucumber<%= ENV['TEST_ENV_NUMBER'] %>.html --tags ~@ie8-bug --tags ~@firefox -- To view, visit https://gerrit.wikimedia.org/r/53393 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7e366d07b535e90db6d7668efbda6b3474bb5c05 Gerrit-PatchSet: 1 Gerrit-Project: qa/browsertests Gerrit-Branch: master Gerrit-Owner: Zfilipin <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
