A tiny beautiful angular based analytics tool to visually represents protractor tests results from https://github.com/azachar/protractor-screenshoter-plugin
Instead of
gulp serve
It comes autimatically with seed data located in e2e/seed
gulp test
(Unit tests)
gulp protractor
(E2E tests)
To pause protractor at the place of e2e test failure, set the environmental variable TEST_DEBUG as follow prior the execution of gulp
export TEST_DEBUG=true
gulp build