Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2014-09-02 00:57:54 +0400
committerVincent Petry <pvince81@owncloud.com>2014-09-02 00:57:54 +0400
commit47c3a5c3b16cf71a5b842b17bbda6cc41d346815 (patch)
tree54afe909c6d5d2ef587e968f988efe4091077ea7 /tests/acceptance
parent9020a375a7c34a17128e08f39390dee3e0358cc7 (diff)
Fixed readme for acceptance tests
Diffstat (limited to 'tests/acceptance')
-rw-r--r--tests/acceptance/readme.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/acceptance/readme.md b/tests/acceptance/readme.md
index 625036a9e4a..2bf42c70a0f 100644
--- a/tests/acceptance/readme.md
+++ b/tests/acceptance/readme.md
@@ -26,18 +26,18 @@ Run
Run the tests with protractor
```
-protractor protractor.conf.js
+protractor protractor_conf.js
```
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/" --specs tests/login/newUser_spec.js
```
-More Test Suits
----------------
+More Test Suites
+----------------
You can find and define suites in ```protractor_conf.js```