J8Spec v3.0.0 Release Notes

Release Date: 2016-03-21 // about 8 years ago
    • 0️⃣ random and defined order support via annotations (random is default)
    • ⏱ timeout
    • after each/all hooks
    • spec can have code that throws checked exceptions
    • JUnit custom description format via system properties j8spec.junit.description.format j8spec.junit.description.separator

Previous changes from v2.0.0

    • one time setup, i.e. beforeAll
    • context alias for describe
    • ignore, i.e. xdescribe, xcontext, xit
    • focus, i.e. fdescribe, fcontext, fit
    • j8spec.ci.mode system property
    • multiple beforeEach blocks in the same context