Releases: vistaprint/grunt-js-test
Releases · vistaprint/grunt-js-test
1.5.0
1.4.3
Changelog:
- No longer give tests numbers, now lookup tests based on the
jsargument to allow for sharing links using thejs-test-server - Servers now shutdown after running the
js-testcommand, allowing multiplejs-testtasks to be ran with different targets during the same process. - New option for
serverTimeout, defaults to1000to ensure connections close after phantomjs is shutdown - New CLI options for filtering tests,
--file,--search,--bail - Support for stylesheets being used in
<reference>tags and forstylesheetsto be given as an option similar todeps. - Other misc bug fixes
1.4.0
Initial release using Github releases.
Changes since 1.3.0:
- Support for
stylesheets(new option) to be included. - Process all
<reference>are determined on test run, not on server startup.