Releases: japa/core
Releases · japa/core
Fix: Use var name within the for of loop
- fix: use var name in for of loop 3ccb125
Add support for define metadata on test and group options
Fix for the last release
- fix: use self to pass runner scope 73eeaa4
Move summary aggregates to a sub property
Make uncaught exceptions fail the tests suite
- feat: make uncaught exceptions to fail the test suite 45f93d4
Remove runner hooks
Runner hooks does not solve any use cases and hence they have been removed. The test runner using the core can have its own hooks that are executed even before loading the test files
Mark test as failed when regression test does not fail
Add dispose callbacks support on Test class
- feat: add support dispose callbacks on test 58fd5f0