taiga-front/e2e
Juanfran c08b80c8b7 fix public project e2e paths 2015-10-28 14:37:16 +01:00
..
auth prevent redirect to login page after login 2015-10-26 12:59:34 +01:00
full remove localhost in e2e tests 2015-10-28 13:11:34 +01:00
gallery e2e screenshots gallery 2015-09-09 09:36:16 +02:00
helpers fix e2e tests 2015-10-14 10:58:40 +02:00
public fix public project e2e paths 2015-10-28 14:37:16 +01:00
screenshots Create screenshot dir for chrome, firefox, safari and ie 2015-09-09 09:36:30 +02:00
utils fix public project e2e paths 2015-10-28 14:37:16 +01:00
README.md Create e2e/README.md 2015-09-09 09:36:30 +02:00
capabilities.js fix ie e2e bugs 2015-10-08 15:10:41 +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