All Versions
3
Latest Version
Avg Release Cycle
146 days
Latest Release
3321 days ago
Changelog History
Changelog History
-
v3.0.0 Changes
March 21, 2016- 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
-
v2.0.0 Changes
July 05, 2015- 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
- one time setup, i.e.
-
v1.0.0 Changes
June 03, 2015👌 Support for
describe
,it
andbeforeEach
constructors.