Skip to content

Commit

Permalink
chore(docs): Add example command to run more than one suite of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe Léger authored and sjelin committed Nov 9, 2015
1 parent 7cba4ec commit 2b025f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/page-objects.md
Expand Up @@ -90,3 +90,7 @@ exports.config = {
From the command line, you can then easily switch between running one or the other suite of tests. This command will run only the homepage section of the tests:

protractor protractor.conf.js --suite homepage

Additionaly, you can run specific suites of tests with the command:

protractor protractor.conf.js --suite homepage,search

0 comments on commit 2b025f6

Please sign in to comment.