How to run AngularJS end to end tests on Jenkins?

Evgenii picture Evgenii · Jul 11, 2013 · Viewed 8.5k times · Source

How can I run AngularJS end to end tests on Jenkins? As far as I understand, e2e tests require a web server.

I can run e2e tests locally with karma while node.js web server script is running.

Answer

aqm picture aqm · Feb 25, 2014

Would also say, get grunt running inside jenkins using https://wiki.jenkins-ci.org/display/JENKINS/NodeJS+Plugin

it's awesome