taiga-front/e2e
Juanfran 50af448305 New attachments components
- Attachments image gallery.
- Upload attachments on US/issue/task lightbox.
- Drag files from desktop.
- Completly new attachment code.
- Drag files in wysiwyg
2016-01-08 19:14:36 +01:00
..
gallery fix gallery ie images - e2e 2015-10-29 14:44:53 +01:00
helpers New attachments components 2016-01-08 19:14:36 +01:00
screenshots Create screenshot dir for chrome, firefox, safari and ie 2015-09-09 09:36:30 +02:00
screenshots_old Merge branch 'master' into stable 2016-01-05 11:17:19 +01:00
shared New attachments components 2016-01-08 19:14:36 +01:00
suites New attachments components 2016-01-08 19:14:36 +01:00
utils move utils.details to shared 2015-12-03 10:41:30 +01:00
README.md move tests to e2e/suties 2015-12-03 10:40:12 +01: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

run test:

protractor conf.e2e.js --suite=suiteName