Merge pull request #10807 from owncloud/acceptance-readme

Fixed readme for acceptance tests
This commit is contained in:
Vincent Petry 2014-09-02 11:57:16 +02:00
commit 90f66e0f8d
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```