Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 1.07 KB

3.0.md

File metadata and controls

32 lines (17 loc) · 1.07 KB

Jasmine NPM 3.0 Release Notes

Summary

Jasmine 3.0 is a major release of Jasmine, and as such includes some breaking changes in addition to various new features.

Please see the release notes for Jasmine-Core

There is also a 2.99 release of Jasmine that will present deprecation warnings for suites that will encounter different behavior in 3.0.

Changes

  • Support stopping jasmine execution on first spec failure via config object or with --fail-fast command line arg

  • Add ability to pass --reporter on the command line

  • Print full details for suite failures

  • Report how to re-run Jasmine with the current seed

  • Run specs in random order by default

  • Treat suites with focused specs as failures

  • Removed deprecated completion callback from console reporter


_Release Notes generated with Anchorman