taiga-front/e2e
Alejandro Alonso 088986626d Blocked projects
Add blocked project page

Fix styles in plugins

Add blocked warning in dashboard

Add blocked warning to dropdown

Add blocked warning to projects list

Add blocked project in project profile

Minor style code fixes in project like/watch

Bloc project listing

Profile Favs in blocked projects

Blocked projects

Fix jade syntax error

Fixing tests

Updating changelog
2016-03-03 08:49:04 +01:00
..
gallery fix gallery ie images - e2e 2015-10-29 14:44:53 +01:00
helpers backlog role filters e2e 2016-02-02 12:42:07 +01:00
screenshots Create screenshot dir for chrome, firefox, safari and ie 2015-09-09 09:36:30 +02:00
shared lodash 2 -> lodash 4 2016-02-03 13:18:19 +01:00
suites Blocked projects 2016-03-03 08:49:04 +01:00
utils logout redirect to discover - fix e2e 2016-02-01 07:49:01 +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