taiga-front/e2e
Juanfran 797f27b9d5 fix e2e edit avatar in firefox 2015-10-06 12:34:17 +02:00
..
auth custom e2e host 2015-09-23 12:30:51 +02:00
full suppong more admin member cases - e2e 2015-10-06 10:54:34 +02:00
gallery e2e screenshots gallery 2015-09-09 09:36:16 +02:00
helpers fix custom filters creation path e2e 2015-10-06 10:54:34 +02:00
public custom e2e host 2015-09-23 12:30:51 +02:00
screenshots Create screenshot dir for chrome, firefox, safari and ie 2015-09-09 09:36:30 +02:00
utils fix e2e edit avatar in firefox 2015-10-06 12:34:17 +02:00
README.md Create e2e/README.md 2015-09-09 09:36:30 +02:00
upload-file-test.txt Testing attachments 2015-09-09 09:36:16 +02:00
upload-image-test.png user profile e2e tests 2015-09-09 09:36:31 +02:00

README.md

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