Zfilipin has uploaded a new change for review. https://gerrit.wikimedia.org/r/61556
Change subject: Mark feature files that are running at en.wikipedia.org ...................................................................... Mark feature files that are running at en.wikipedia.org Bug: 47549 Change-Id: I61318fd44fd3cfa4535f0c16651db06da6bcae62 --- M docs/jobs.md R features/create_account_readonly.feature R features/math_readonly.feature R features/page_triage_readonly.feature R features/pdf_readonly.feature R features/preferences_appearance_readonly.feature 6 files changed, 10 insertions(+), 5 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/qa/browsertests refs/changes/56/61556/1 diff --git a/docs/jobs.md b/docs/jobs.md index da0505c..7641104 100644 --- a/docs/jobs.md +++ b/docs/jobs.md @@ -63,8 +63,8 @@ -# browsertests-en.wikipedia.org-linux-firefox -- bundle exec: parallel_cucumber features/create_account.feature features/math.feature features/page_triage.feature features/pdf.feature features/preferences_appearance.feature -n 5 --test-options '--profile ci' +# browsertests-en.wikipedia.org +- bundle exec: parallel_cucumber features/*_readonly.feature -n 5 --test-options '--profile ci' - MediaWiki URL: en.wikipedia.org @@ -76,15 +76,15 @@ ## browsertests-en.wikipedia.org-windows-internet_explorer_6 - Browser Label: internet_explorer_6 -- bundle exec: parallel_cucumber features/create_account.feature features/math.feature features/page_triage.feature features/pdf.feature features/preferences_appearance.feature -n 5 --test-options '--profile ci --tags ~@ie6-bug' +- bundle exec: parallel_cucumber features/*_readonly.feature -n 5 --test-options '--profile ci --tags ~@ie6-bug' ## browsertests-en.wikipedia.org-windows-internet_explorer_7 - Browser Label: internet_explorer_7 -- bundle exec: parallel_cucumber features/create_account.feature features/math.feature features/page_triage.feature features/pdf.feature features/preferences_appearance.feature -n 5 --test-options '--profile ci --tags ~@ie7-bug' +- bundle exec: parallel_cucumber features/*_readonly.feature -n 5 --test-options '--profile ci --tags ~@ie7-bug' ## browsertests-en.wikipedia.org-windows-internet_explorer_8 - Browser Label: internet_explorer_8 -- bundle exec: parallel_cucumber features/create_account.feature features/math.feature features/page_triage.feature features/pdf.feature features/preferences_appearance.feature -n 5 --test-options '--profile ci --tags ~@ie8-bug' +- bundle exec: parallel_cucumber features/*_readonly.feature -n 5 --test-options '--profile ci --tags ~@ie8-bug' ## browsertests-en.wikipedia.org-windows-internet_explorer_9 - Browser Label: internet_explorer_9 diff --git a/features/create_account.feature b/features/create_account_readonly.feature similarity index 76% rename from features/create_account.feature rename to features/create_account_readonly.feature index 051d869..e35c72f 100644 --- a/features/create_account.feature +++ b/features/create_account_readonly.feature @@ -1,3 +1,4 @@ +# Feature files that end with "_readonly.feature" should be read only, so they could be run at en.wikipedia.org Feature: Create account Scenario Outline: Go to Create account page diff --git a/features/math.feature b/features/math_readonly.feature similarity index 75% rename from features/math.feature rename to features/math_readonly.feature index 6a31fba..55da755 100644 --- a/features/math.feature +++ b/features/math_readonly.feature @@ -1,3 +1,4 @@ +# Feature files that end with "_readonly.feature" should be read only, so they could be run at en.wikipedia.org Feature: Math Scenario: Display simple math diff --git a/features/page_triage.feature b/features/page_triage_readonly.feature similarity index 85% rename from features/page_triage.feature rename to features/page_triage_readonly.feature index e7873c1..c690b6e 100644 --- a/features/page_triage.feature +++ b/features/page_triage_readonly.feature @@ -1,3 +1,4 @@ +# Feature files that end with "_readonly.feature" should be read only, so they could be run at en.wikipedia.org Feature: PageTriage Scenario: Check that NewPagesFeed has correct controls for anonymous user diff --git a/features/pdf.feature b/features/pdf_readonly.feature similarity index 72% rename from features/pdf.feature rename to features/pdf_readonly.feature index 3422c2f..2f47f46 100644 --- a/features/pdf.feature +++ b/features/pdf_readonly.feature @@ -1,3 +1,4 @@ +# Feature files that end with "_readonly.feature" should be read only, so they could be run at en.wikipedia.org Feature: PDF Scenario: Check for Download as PDF link diff --git a/features/preferences_appearance.feature b/features/preferences_appearance_readonly.feature similarity index 84% rename from features/preferences_appearance.feature rename to features/preferences_appearance_readonly.feature index 419622c..1305b1e 100644 --- a/features/preferences_appearance.feature +++ b/features/preferences_appearance_readonly.feature @@ -1,3 +1,4 @@ +# Feature files that end with "_readonly.feature" should be read only, so they could be run at en.wikipedia.org @login Feature: Preferences -- To view, visit https://gerrit.wikimedia.org/r/61556 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I61318fd44fd3cfa4535f0c16651db06da6bcae62 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
