Zfilipin has uploaded a new change for review.

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


Change subject: New way of running tests at test2.wikipedia.org
......................................................................

New way of running tests at test2.wikipedia.org

Bug: 47266
Change-Id: I930fde6cb171864687d2e948bf5013695a73e1a5
---
M docs/jobs.md
M features/create_account_readonly.feature
M features/file.feature
M features/guided_tour.feature
M features/login.feature
M features/math_readonly.feature
M features/page.feature
M features/page_edit.feature
M features/page_triage_readonly.feature
M features/pdf_readonly.feature
M features/search.feature
M features/upload_wizard.feature
12 files changed, 15 insertions(+), 12 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/qa/browsertests 
refs/changes/82/61582/1

diff --git a/docs/jobs.md b/docs/jobs.md
index 6e33fbb..efb085a 100644
--- a/docs/jobs.md
+++ b/docs/jobs.md
@@ -118,7 +118,7 @@
 
 # browsertests-test2.wikipedia.org
 
-- bundle exec: parallel_cucumber features/create_account.feature 
features/file.feature features/guided_tour.feature features/login.feature 
features/math.feature features/page.feature features/page_edit.feature 
features/page_triage.feature features/pdf.feature features/search.feature 
features/upload_wizard.feature -n 11 --test-options '--profile ci'
+- bundle exec: parallel_cucumber features/ -n 11 --test-options '--profile ci 
--tags @test2.wikipedia.org'
 - MediaWiki URL: test2.wikipedia.org
 
 
@@ -130,15 +130,15 @@
 
 ## browsertests-test2.wikipedia.org-windows-internet_explorer_6
 - Browser Label: internet_explorer_6
-- bundle exec: parallel_cucumber features/create_account.feature 
features/file.feature features/guided_tour.feature features/login.feature 
features/math.feature features/page.feature features/page_edit.feature 
features/page_triage.feature features/pdf.feature features/search.feature 
features/upload_wizard.feature -n 11 --test-options '--profile ci --tags 
~@ie6-bug'
+- bundle exec: parallel_cucumber features/ -n 11 --test-options '--profile ci 
--tags @test2.wikipedia.org --tags ~@ie6-bug'
 
 ## browsertests-test2.wikipedia.org-windows-internet_explorer_7
 - Browser Label: internet_explorer_7
-- bundle exec: parallel_cucumber features/create_account.feature 
features/file.feature features/guided_tour.feature features/login.feature 
features/math.feature features/page.feature features/page_edit.feature 
features/page_triage.feature features/pdf.feature features/search.feature 
features/upload_wizard.feature -n 11 --test-options '--profile ci --tags 
~@ie7-bug'
+- bundle exec: parallel_cucumber features/ -n 11 --test-options '--profile ci 
--tags @test2.wikipedia.org --tags ~@ie7-bug'
 
 ## browsertests-test2.wikipedia.org-windows-internet_explorer_8
 - Browser Label: internet_explorer_8
-- bundle exec: parallel_cucumber features/create_account.feature 
features/file.feature features/guided_tour.feature features/login.feature 
features/math.feature features/page.feature features/page_edit.feature 
features/page_triage.feature features/pdf.feature features/search.feature 
features/upload_wizard.feature -n 11 --test-options '--profile ci --tags 
~@ie8-bug'
+- bundle exec: parallel_cucumber features/ -n 11 --test-options '--profile ci 
--tags @test2.wikipedia.org --tags ~@ie8-bug'
 
 ## browsertests-test2.wikipedia.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 093afde..77c7071 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 @en.wikipedia.beta.wmflabs.org
+@commons.wikimedia.beta.wmflabs.org @en.wikipedia.beta.wmflabs.org 
@test2.wikipedia.org
 Feature: Create account
 
   Scenario Outline: Go to Create account page
diff --git a/features/file.feature b/features/file.feature
index 652e911..2a179a2 100644
--- a/features/file.feature
+++ b/features/file.feature
@@ -1,4 +1,4 @@
-@commons.wikimedia.beta.wmflabs.org @en.wikipedia.beta.wmflabs.org
+@commons.wikimedia.beta.wmflabs.org @en.wikipedia.beta.wmflabs.org 
@test2.wikipedia.org
 Feature: File
 
  Scenario: Anonymous goes to file that does not exist
diff --git a/features/guided_tour.feature b/features/guided_tour.feature
index 425ab9e..29589ae 100644
--- a/features/guided_tour.feature
+++ b/features/guided_tour.feature
@@ -1,3 +1,4 @@
+@test2.wikipedia.org
 Feature: Guided Tour
 
   Scenario: Check for Ready to Help guider
diff --git a/features/login.feature b/features/login.feature
index 229d091..20e4e9a 100644
--- a/features/login.feature
+++ b/features/login.feature
@@ -1,4 +1,4 @@
-@commons.wikimedia.beta.wmflabs.org
+@commons.wikimedia.beta.wmflabs.org @test2.wikipedia.org
 Feature: Log in
 
   Background:
diff --git a/features/math_readonly.feature b/features/math_readonly.feature
index 55da755..7512472 100644
--- a/features/math_readonly.feature
+++ b/features/math_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
+@test2.wikipedia.org
 Feature: Math
 
   Scenario: Display simple math
diff --git a/features/page.feature b/features/page.feature
index 5a9bc10..6ba327d 100644
--- a/features/page.feature
+++ b/features/page.feature
@@ -1,3 +1,4 @@
+@test2.wikipedia.org
 Feature: Page
 
   Scenario: Anonymous goes to page that does not exist
diff --git a/features/page_edit.feature b/features/page_edit.feature
index 2c849a6..2b30354 100644
--- a/features/page_edit.feature
+++ b/features/page_edit.feature
@@ -1,4 +1,4 @@
-@en.wikipedia.beta.wmflabs.org
+@en.wikipedia.beta.wmflabs.org @test2.wikipedia.org
 Feature: Edit
 
   Background:
diff --git a/features/page_triage_readonly.feature 
b/features/page_triage_readonly.feature
index 48dd0a9..818025b 100644
--- a/features/page_triage_readonly.feature
+++ b/features/page_triage_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
-@en.wikipedia.beta.wmflabs.org
+@en.wikipedia.beta.wmflabs.org @test2.wikipedia.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 5e2cd02..192c29a 100644
--- a/features/pdf_readonly.feature
+++ b/features/pdf_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
-@en.wikipedia.beta.wmflabs.org
+@en.wikipedia.beta.wmflabs.org @test2.wikipedia.org
 Feature: PDF
 
   Scenario: Check for Download as PDF link
diff --git a/features/search.feature b/features/search.feature
index af970a8..8c7f555 100644
--- a/features/search.feature
+++ b/features/search.feature
@@ -1,4 +1,4 @@
-@commons.wikimedia.beta.wmflabs.org @en.wikipedia.beta.wmflabs.org
+@commons.wikimedia.beta.wmflabs.org @en.wikipedia.beta.wmflabs.org 
@test2.wikipedia.org
 Feature: Search
 
   Scenario: Search suggestions
diff --git a/features/upload_wizard.feature b/features/upload_wizard.feature
index 706f92e..00c7255 100644
--- a/features/upload_wizard.feature
+++ b/features/upload_wizard.feature
@@ -1,4 +1,4 @@
-@commons.wikimedia.beta.wmflabs.org @login
+@commons.wikimedia.beta.wmflabs.org @login @test2.wikipedia.org
 Feature: UploadWizard
 
   Background:

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

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