X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fselenium%2FREADME.md;h=c895a4225a40cd680ecaea01dbf67e6b404cf76f;hb=6586f5f29486431157c219d61fcdb5c25c8ca28a;hp=a14cccb0fb402ef4159244ddf740d1143ab9204a;hpb=d19826aa35b206847a568a4b2c1c9ffaa615fca5;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/selenium/README.md b/tests/selenium/README.md index a14cccb0fb..c895a4225a 100644 --- a/tests/selenium/README.md +++ b/tests/selenium/README.md @@ -30,6 +30,10 @@ Then in another terminal: 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`.