From 2ed4ad55022f6e5519617a3797649fe1e68f3734 Mon Sep 17 00:00:00 2001 From: Julie Date: Tue, 7 Jan 2014 11:51:32 -0800 Subject: feat(build): add a grunt test for running protractor tests extracted from the docs --- jenkins_build.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'jenkins_build.sh') 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 -- cgit v1.2.3