Fixed readme for acceptance tests

This commit is contained in:
Vincent Petry 2014-09-01 22:57:54 +02:00
parent 9020a375a7
commit 47c3a5c3b1
1 changed files with 4 additions and 4 deletions

View File

@ -26,18 +26,18 @@ Run
Run the tests with protractor Run the tests with protractor
``` ```
protractor protractor.conf.js protractor protractor_conf.js
``` ```
Run only a specific test suite or spec Run only a specific test suite or spec
``` ```
protractor protractor.conf.js --suite install protractor protractor_conf.js --suite install
protractor protractor_conf.js --params.baseUrl="http://127.0.0.1/ownClouds/test-community-7.0.1/" --suite=login protractor protractor_conf.js --params.baseUrl="http://127.0.0.1/ownClouds/test-community-7.0.1/" --suite=login
protractor protractor_conf.js --params.baseUrl="http://127.0.0.1/ownClouds/test-community-7.0.1/" --specs tests/login/newUser_spec.js protractor protractor_conf.js --params.baseUrl="http://127.0.0.1/ownClouds/test-community-7.0.1/" --specs tests/login/newUser_spec.js
``` ```
More Test Suits More Test Suites
--------------- ----------------
You can find and define suites in ```protractor_conf.js``` You can find and define suites in ```protractor_conf.js```