Zfilipin has uploaded a new change for review. https://gerrit.wikimedia.org/r/61574
Change subject: New way of running tests at commons.wikimedia.beta.wmflabs.org ...................................................................... New way of running tests at commons.wikimedia.beta.wmflabs.org Bug: 47266 Change-Id: I77b189137498c687953192e8c7a887fa1069c65e --- M docs/jobs.md M features/create_account_readonly.feature M features/file.feature M features/login.feature M features/search.feature M features/upload_wizard.feature 6 files changed, 9 insertions(+), 5 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/qa/browsertests refs/changes/74/61574/1 diff --git a/docs/jobs.md b/docs/jobs.md index 54d752f..8ef6ebd 100644 --- a/docs/jobs.md +++ b/docs/jobs.md @@ -9,7 +9,7 @@ # browsertests-commons.wikimedia.beta.wmflabs.org - MediaWiki URL: commons.wikimedia.beta.wmflabs.org -- bundle exec: parallel_cucumber features/create_account.feature features/file.feature features/login.feature features/search.feature features/upload_wizard.feature -n 5 --test-options '--profile ci' +- bundle exec: parallel_cucumber features/ -n 5 --test-options '--profile ci --tags @commons.wikimedia.beta.wmflabs.org' ## browsertests-commons.wikimedia.beta.wmflabs.org-linux-chrome @@ -20,15 +20,15 @@ ## browsertests-commons.wikimedia.beta.wmflabs.org-windows-internet_explorer_6 - Browser Label: internet_explorer_6 -- bundle exec: parallel_cucumber features/create_account.feature features/file.feature features/login.feature features/search.feature features/upload_wizard.feature -n 5 --test-options '--profile ci --tags ~@ie6-bug' +- bundle exec: parallel_cucumber features/ -n 5 --test-options '--profile ci --tags @commons.wikimedia.beta.wmflabs.org --tags ~@ie6-bug' ## browsertests-commons.wikimedia.beta.wmflabs.org-windows-internet_explorer_7 - Browser Label: internet_explorer_7 -- bundle exec: parallel_cucumber features/create_account.feature features/file.feature features/login.feature features/search.feature features/upload_wizard.feature -n 5 --test-options '--profile ci --tags ~@ie7-bug' +- bundle exec: parallel_cucumber features/ -n 5 --test-options '--profile ci --tags @commons.wikimedia.beta.wmflabs.org --tags ~@ie7-bug' ## browsertests-commons.wikimedia.beta.wmflabs.org-windows-internet_explorer_8 - Browser Label: internet_explorer_8 -- bundle exec: parallel_cucumber features/create_account.feature features/file.feature features/login.feature features/search.feature features/upload_wizard.feature -n 5 --test-options '--profile ci --tags ~@ie8-bug' +- bundle exec: parallel_cucumber features/ -n 5 --test-options '--profile ci --tags @commons.wikimedia.beta.wmflabs.org --tags ~@ie8-bug' ## browsertests-commons.wikimedia.beta.wmflabs.org-windows-internet_explorer_9 - Browser Label: internet_explorer_9 diff --git a/features/create_account_readonly.feature b/features/create_account_readonly.feature index e35c72f..8577db9 100644 --- a/features/create_account_readonly.feature +++ b/features/create_account_readonly.feature @@ -1,4 +1,5 @@ # Feature files that end with "_readonly.feature" should be read only, so they could be run at en.wikipedia.org +@commons.wikimedia.beta.wmflabs.org Feature: Create account Scenario Outline: Go to Create account page diff --git a/features/file.feature b/features/file.feature index b64730e..3addc39 100644 --- a/features/file.feature +++ b/features/file.feature @@ -1,3 +1,4 @@ +@commons.wikimedia.beta.wmflabs.org Feature: File Scenario: Anonymous goes to file that does not exist diff --git a/features/login.feature b/features/login.feature index 5cf6e53..229d091 100644 --- a/features/login.feature +++ b/features/login.feature @@ -1,3 +1,4 @@ +@commons.wikimedia.beta.wmflabs.org Feature: Log in Background: diff --git a/features/search.feature b/features/search.feature index a73ce75..7278b13 100644 --- a/features/search.feature +++ b/features/search.feature @@ -1,3 +1,4 @@ +@commons.wikimedia.beta.wmflabs.org Feature: Search Scenario: Search suggestions diff --git a/features/upload_wizard.feature b/features/upload_wizard.feature index d67eda9..706f92e 100644 --- a/features/upload_wizard.feature +++ b/features/upload_wizard.feature @@ -1,4 +1,4 @@ -@login +@commons.wikimedia.beta.wmflabs.org @login Feature: UploadWizard Background: -- To view, visit https://gerrit.wikimedia.org/r/61574 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I77b189137498c687953192e8c7a887fa1069c65e Gerrit-PatchSet: 1 Gerrit-Project: qa/browsertests Gerrit-Branch: master Gerrit-Owner: Zfilipin <zfili...@wikimedia.org> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits