taiga-front/e2e
Alejandro Alonso 2f1e8441b3 Fixing e2e tasks tests 2015-10-29 12:06:52 +01:00
..
auth prevent redirect to login page after login 2015-10-26 12:59:34 +01:00
full Fixing e2e tasks tests 2015-10-29 12:06:52 +01:00
gallery e2e screenshots gallery 2015-09-09 09:36:16 +02:00
helpers fix kanban & taskboard assined-to selector 2015-10-29 08:14:46 +01: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 find projects by name - e2e 2015-10-29 11:14:49 +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