Skip to content

Remove generics from Test, Group, Suite and the Runner classes

Choose a tag to compare

@thetutlage thetutlage released this 05 Mar 05:19

The Context generic on these classes is not customisable and hence there is no point in accepting it

  • fix: define static property disposeCallback on the test class d2d7283
  • revert: feat: add debug config option to print config used to run tests bc24d4d
  • chore: update dependencies 131ae9b
  • feat: add debug config option to print config used to run tests 1735529
  • refactor: collect suites filter from the cli args and not flags e99bd52
  • refactor: remove TestContext generic from Test, Group, Suite and Runner classes f6f1972
  • chore: update dependencies 41b9c35

Full Changelog: v1.2.0...v2.0.0