Skip to content

Releases: vistaprint/grunt-js-test

1.5.0

26 Sep 18:10

Choose a tag to compare

Changelog:

  • Fixed --file option.
  • When using Istanbul for code coverage, allow cross-origin requests for resource files since they will come from a different port.

1.4.3

27 Aug 15:41

Choose a tag to compare

Changelog:

  • No longer give tests numbers, now lookup tests based on the js argument to allow for sharing links using the js-test-server
  • Servers now shutdown after running the js-test command, allowing multiple js-test tasks to be ran with different targets during the same process.
  • New option for serverTimeout, defaults to 1000 to 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 for stylesheets to be given as an option similar to deps.
  • Other misc bug fixes

1.4.0

25 Aug 21:13

Choose a tag to compare

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.