brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] Port run_tests.sh to grunt #2990

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by jasonsanjose Wednesday Mar 20, 2013 at 06:14 GMT Originally opened as https://github.com/adobe/brackets/pull/3181


2 new grunt tasks. Removes tools/run_tests.sh.

# writes a build.prop file for jenkins
# with branch, sha and build num and save to jenkins vars
grunt build-prop

# runs all tests in the shell, requires shell to be stage
# at minimum 'grunt build stage' or simply 'grunt full-build' in brackets-shell
grunt test-integration

test-integration task has optional cmdline args:

Tested on mac and win.


jasonsanjose included the following code: https://github.com/adobe/brackets/pull/3181/commits

core-ai-bot commented 3 years ago

Comment by jasonsanjose Wednesday Mar 20, 2013 at 06:14 GMT


Assigned to@gruehle