Zfilipin has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/393760 )

Change subject: Document how to run just one Selenium test
......................................................................

Document how to run just one Selenium test

Bug: T139740
Change-Id: Ieb5f27285046c33d77b615159dc2000d80ef644a
---
M tests/selenium/README.md
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/60/393760/1

diff --git a/tests/selenium/README.md b/tests/selenium/README.md
index a14cccb..c895a42 100644
--- a/tests/selenium/README.md
+++ b/tests/selenium/README.md
@@ -30,6 +30,10 @@
     cd tests/selenium
     ../../node_modules/.bin/wdio --spec specs/page.js
 
+To run only one test (name contains string 'preferences'):
+
+    ../../node_modules/.bin/wdio --spec specs/user.js --mochaOpts.grep 
preferences
+
 The runner reads the config file `wdio.conf.js` and runs the spec listed in
 `page.js`.
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ieb5f27285046c33d77b615159dc2000d80ef644a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
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