Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Latest commit

 

History

History
39 lines (29 loc) · 1.02 KB

README.rst

File metadata and controls

39 lines (29 loc) · 1.02 KB

Taiga Front

http://kaleidos.net/static/img/badge.png https://travis-ci.org/taigaio/taiga-front.svg?branch=master https://coveralls.io/repos/taigaio/taiga-front/badge.png?branch=master

Setup initial environment

Install requirements:

sudo npm install -g gulp
npm install
sudo npm install -g bower
bower install
gulp

And go in your browser to: http://localhost:9001/

How to run e2e tests

To run the e2e tests you have to install protractor globaly, update your web-driver manager, start the web-driver, start de application, and run the e2e tests:

sudo npm install -g protractor
sudo web-driver update
sudo web-driver start
# ASSURE THAT YOUR TAIGA INSTANCE IS RUNNING
gulp e2e-test