Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit c69259e

Browse files
committed
WIP: gruntfile u_u
1 parent c9f18d0 commit c69259e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Gruntfile.js

+4
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,10 @@ module.exports = function(grunt) {
336336
grunt.registerTask('test:unit', 'Run unit, jQuery and Karma module tests with Karma', ['tests:jqlite', 'tests:jquery', 'tests:modules']);
337337
grunt.registerTask('test:e2e', 'Run E2E tests with Protractor with a test server running in the background',
338338
['webdriver', 'connect:testserver', 'protractor:normal']);
339+
grunt.registerTask('test:travis-e2e', 'Run the E2E tests with protractor and keep a test server running in the background',
340+
['connect:testserver', 'protractor:travis']);
341+
grunt.registerTask('test:ci-e2e', 'Run the E2E tests with protractor and keep a test server running in the background',
342+
['webdriver', 'connect:testserver', 'protractor:jenkins']);
339343
grunt.registerTask('test:protractor-docs', 'Run the end to end docs tests with Protractor and keep a test server running in the background',
340344
['webdriver', 'connect:testserver', 'protractor-docs:normal']);
341345
grunt.registerTask('test:travis-protractor-docs', 'Run the end to end docs tests with Protractor for Travis CI builds', ['connect:testserver', 'protractor-docs:travis']);

0 commit comments

Comments
 (0)