Spectrum v1.1.0 Release Notes

Release Date: 2017-03-22 // about 7 years ago
  • ๐Ÿš€ We've been working on several big new features for Spectrum over the last several months, and are proud to include them in this release. ๐ŸŽ‰

    • ๐Ÿ’… Gherkin-style test DSL with given / when / then
    • ๐Ÿ‘Œ Support for most JUnit 4 @Rules like MockitoJUnit and SpringJUnit
    • ๐Ÿท Tagging/filtering tests to include/exclude a specified subset
    • The Variable<T> helper class for shared state across closures
    • context alias for describe, similar to RSpec and Ginkgo
    • ๐Ÿ’… RSpec-style aroundEach and aroundAll hooks for advanced users and plugin authors
    • ๐Ÿ“š Expanded and improved documentation
    • ๐Ÿ›  Several other small improvements and bug fixes
    • Full backward-compatibility with 1.0.0

    A special thank you to @ashleyfrieze for driving many of these changes, and to @richdouglasevans and @evertones for contributing as well!

    ๐Ÿš€ To get started using this latest release, see the quickstart walkthrough.