Zfilipin has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/61576


Change subject: New way of running tests at en.wikipedia.beta.wmflabs.org
......................................................................

New way of running tests at en.wikipedia.beta.wmflabs.org

Bug: 47266
Change-Id: If0958819d4ca0c8f3e5921e875449ef537949109
---
M docs/jobs.md
M features/aftv5.feature
M features/create_account_readonly.feature
M features/file.feature
M features/page_edit.feature
M features/page_triage_readonly.feature
M features/pdf_readonly.feature
M features/preferences_appearance_readonly.feature
M features/search.feature
9 files changed, 13 insertions(+), 10 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/qa/browsertests 
refs/changes/76/61576/1

diff --git a/docs/jobs.md b/docs/jobs.md
index 8ef6ebd..6e33fbb 100644
--- a/docs/jobs.md
+++ b/docs/jobs.md
@@ -36,8 +36,8 @@
 
 
 # browsertests-en.wikipedia.beta.wmflabs.org
-- bundle exec: parallel_cucumber features/aftv5.feature 
features/create_account.feature features/file.feature 
features/page_edit.feature features/page_triage.feature features/pdf.feature 
features/preferences_appearance.feature features/search.feature -n 8 
--test-options '--profile ci'
-- MediaWiki URL: en.wikipedia.beta.wmflabs.or
+- bundle exec: parallel_cucumber features/ -n 8 --test-options '--profile ci 
--tags @en.wikipedia.beta.wmflabs.org'
+- MediaWiki URL: en.wikipedia.beta.wmflabs.org
 
 
 ## browsertests-en.wikipedia.beta.wmflabs.org-linux-chrome
@@ -48,15 +48,15 @@
 
 ## browsertests-en.wikipedia.beta.wmflabs.org-windows-internet_explorer_6
 - Browser Label: internet_explorer_6
-- bundle exec: parallel_cucumber features/aftv5.feature 
features/create_account.feature features/file.feature 
features/page_edit.feature features/page_triage.feature features/pdf.feature 
features/preferences_appearance.feature features/search.feature -n 8 
--test-options '--profile ci --tags ~@ie6-bug'
+- bundle exec: parallel_cucumber features/ -n 8 --test-options '--profile ci 
--tags @en.wikipedia.beta.wmflabs.org --tags ~@ie6-bug'
 
 ## browsertests-en.wikipedia.beta.wmflabs.org-windows-internet_explorer_7
 - Browser Label: internet_explorer_7
-- bundle exec: parallel_cucumber features/aftv5.feature 
features/create_account.feature features/file.feature 
features/page_edit.feature features/page_triage.feature features/pdf.feature 
features/preferences_appearance.feature features/search.feature -n 8 
--test-options '--profile ci --tags ~@ie7-bug'
+- bundle exec: parallel_cucumber features/ -n 8 --test-options '--profile ci 
--tags @en.wikipedia.beta.wmflabs.org --tags ~@ie7-bug'
 
 ## browsertests-en.wikipedia.beta.wmflabs.org-windows-internet_explorer_8
 - Browser Label: internet_explorer_8
-- bundle exec: parallel_cucumber features/aftv5.feature 
features/create_account.feature features/file.feature 
features/page_edit.feature features/page_triage.feature features/pdf.feature 
features/preferences_appearance.feature features/search.feature -n 8 
--test-options '--profile ci --tags ~@ie8-bug'
+- bundle exec: parallel_cucumber features/ -n 8 --test-options '--profile ci 
--tags @en.wikipedia.beta.wmflabs.org --tags ~@ie8-bug'
 
 ## browsertests-en.wikipedia.beta.wmflabs.org-windows-internet_explorer_9
 - Browser Label: internet_explorer_9
diff --git a/features/aftv5.feature b/features/aftv5.feature
index e499d7c..ab6a815 100644
--- a/features/aftv5.feature
+++ b/features/aftv5.feature
@@ -1,5 +1,5 @@
 # 
http://www.mediawiki.org/wiki/Article_feedback/Version_5/Feature_Requirements#Platforms
 @ie6-bug @phantomjs-bug
-@ie6-bug @phantomjs-bug
+@en.wikipedia.beta.wmflabs.org @ie6-bug @phantomjs-bug
 Feature: AFTv5
 
   Background:
diff --git a/features/create_account_readonly.feature 
b/features/create_account_readonly.feature
index 8577db9..093afde 100644
--- a/features/create_account_readonly.feature
+++ b/features/create_account_readonly.feature
@@ -1,5 +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
+@commons.wikimedia.beta.wmflabs.org @en.wikipedia.beta.wmflabs.org
 Feature: Create account
 
   Scenario Outline: Go to Create account page
diff --git a/features/file.feature b/features/file.feature
index 3addc39..652e911 100644
--- a/features/file.feature
+++ b/features/file.feature
@@ -1,4 +1,4 @@
-@commons.wikimedia.beta.wmflabs.org
+@commons.wikimedia.beta.wmflabs.org @en.wikipedia.beta.wmflabs.org
 Feature: File
 
  Scenario: Anonymous goes to file that does not exist
diff --git a/features/page_edit.feature b/features/page_edit.feature
index 1c9d5ea..2c849a6 100644
--- a/features/page_edit.feature
+++ b/features/page_edit.feature
@@ -1,3 +1,4 @@
+@en.wikipedia.beta.wmflabs.org
 Feature: Edit
 
   Background:
diff --git a/features/page_triage_readonly.feature 
b/features/page_triage_readonly.feature
index c690b6e..48dd0a9 100644
--- a/features/page_triage_readonly.feature
+++ b/features/page_triage_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
+@en.wikipedia.beta.wmflabs.org
 Feature: PageTriage
 
   Scenario: Check that NewPagesFeed has correct controls for anonymous user
diff --git a/features/pdf_readonly.feature b/features/pdf_readonly.feature
index 2f47f46..5e2cd02 100644
--- a/features/pdf_readonly.feature
+++ b/features/pdf_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
+@en.wikipedia.beta.wmflabs.org
 Feature: PDF
 
   Scenario: Check for Download as PDF link
diff --git a/features/preferences_appearance_readonly.feature 
b/features/preferences_appearance_readonly.feature
index 1305b1e..43968de 100644
--- a/features/preferences_appearance_readonly.feature
+++ b/features/preferences_appearance_readonly.feature
@@ -1,5 +1,5 @@
 # Feature files that end with "_readonly.feature" should be read only, so they 
could be run at en.wikipedia.org
-@login
+@en.wikipedia.beta.wmflabs.org @login
 Feature: Preferences
 
   Background:
diff --git a/features/search.feature b/features/search.feature
index 7278b13..af970a8 100644
--- a/features/search.feature
+++ b/features/search.feature
@@ -1,4 +1,4 @@
-@commons.wikimedia.beta.wmflabs.org
+@commons.wikimedia.beta.wmflabs.org @en.wikipedia.beta.wmflabs.org
 Feature: Search
 
   Scenario: Search suggestions

-- 
To view, visit https://gerrit.wikimedia.org/r/61576
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If0958819d4ca0c8f3e5921e875449ef537949109
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

Reply via email to