taiga-front/e2e
Xavier Julián 047be67092 Custom field values: fix issues #3359 and #3363 2015-10-21 17:03:57 +02:00
..
auth fix ie e2e tests 2015-10-13 14:30:24 +02:00
full fix broserSkip syntax in user-profile 2015-10-14 10:44:29 +02: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 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 Custom field values: fix issues #3359 and #3363 2015-10-21 17:03:57 +02: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