Create e2e/README.md

stable
David Barragán Merino 2015-07-30 15:50:39 +02:00 committed by Juanfran
parent fd39f0f643
commit d3f95720d6
1 changed files with 32 additions and 0 deletions

32
e2e/README.md Normal file
View File

@ -0,0 +1,32 @@
# Taiga e2e tests #
### Setup ###
```
npm install
npm install -g protractor
npm install -g mocha
npm install -g babel
webdriver-manager update
```
### Usage ###
After taiga-back and taiga-front are running
```
webdriver-manager start
```
for auth test:
```
protractor conf.e2e.js --suite=auth
```
For full tests
```
protractor conf.e2e.js --suite=full
```