taiga-front/e2e
Alejandro Alonso f64ce4f3d2 Refactoring common.link and adding home navigation option 2015-10-30 09:12:43 +01:00
..
auth prevent redirect to login page after login 2015-10-26 12:59:34 +01:00
full Fixing e2e search tests 2015-10-29 15:24:31 +01:00
gallery fix gallery ie images - e2e 2015-10-29 14:44:53 +01:00
helpers fix kanban & taskboard assined-to selector 2015-10-29 08:14:46 +01:00
public Fixing e2e public tests 2015-10-29 14:46:58 +01:00
screenshots Create screenshot dir for chrome, firefox, safari and ie 2015-09-09 09:36:30 +02:00
utils Refactoring common.link and adding home navigation option 2015-10-30 09:12:43 +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