Releases: hulu/roca
Releases · hulu/roca
v0.17.2
v0.17.1
v0.17.0
v0.16.0
v0.15.1
v0.15.0
@hulu/roca 0.14.0
v0.13.0
@hulu/roca 0.12.0
@hulu/roca 0.11.0
Features
- Variables added to the
roca
context withm.addContext()
are now available onm
inside of suites (#40) - A new CLI flag
--forbid-focused
causesroca
to exit with a non-zero status code iffdescribe
orfit
are found in any test suite. It's handy for CI configurations where you don't want to accidentally disable most of your hard-earned tests! (#44) - Tests with the
.test.brs
extension can now be located insource/
,components/
,test/
, ortests/
, or any of their subdirectories! (#10 / #18 / #19)