You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/tests/acceptance
felixboehm 9023480a41 Update readme.md 12 years ago
..
screenshots add bunch of acceptance tests 12 years ago
tests fix typo 12 years ago
.gitignore gitignore for node modules 12 years ago
package.json add bunch of acceptance tests 12 years ago
protractor_conf.js add bunch of acceptance tests 12 years ago
readme.md Update readme.md 12 years ago

readme.md

ownCloud Acceptance Tests

Setup

Install node.js and run the following to install the dependencies

npm install

Install the webdriver

./node_modules/protractor/bin/webdriver-manager update

Install as global commands ( optional )

npm install -g protractor

Run

Run the tests with protractor

protractor protractor.conf.js

Run only a specific test suite or spec

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