aboutsummaryrefslogtreecommitdiffstats
path: root/jenkins_build.sh
diff options
context:
space:
mode:
authorJulie2014-01-07 11:51:32 -0800
committerJeff Cross2014-01-09 17:21:46 -0800
commit2ed4ad55022f6e5519617a3797649fe1e68f3734 (patch)
tree0e7672b6e47701f076d6247202263e043a616b02 /jenkins_build.sh
parent1d2a388830d95ae1a1f9b577fd0891a2e1f31bcd (diff)
downloadangular.js-2ed4ad55022f6e5519617a3797649fe1e68f3734.tar.bz2
feat(build): add a grunt test for running protractor tests extracted from the docs
Diffstat (limited to 'jenkins_build.sh')
-rwxr-xr-xjenkins_build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/jenkins_build.sh b/jenkins_build.sh
index d4f66c11..60a702b4 100755
--- a/jenkins_build.sh
+++ b/jenkins_build.sh
@@ -36,6 +36,7 @@ grunt test:unit --browsers $BROWSERS --reporters=dots,junit --no-colors --no-col
# END TO END TESTS #
grunt test:e2e --browsers $BROWSERS_E2E --reporters=dots,junit --no-colors --no-color
+grunt test:protractor
# Promises/A+ TESTS #
grunt test:promises-aplus --no-color