How to run AngularJS tests end to end on Jenkins?

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 the node.js web server script is running.

+7
angularjs jenkins karma-runner angularjs-e2e
source share
2 answers
+7
source share

Also would say, take a grunt inside jenkins using https://wiki.jenkins-ci.org/display/JENKINS/NodeJS+Plugin

this is amazing

+3
source share

All Articles