Skip to content

Releases: Testy/TestyTs

v2.0.0-beta.7

08 Nov 04:43
Compare
Choose a tag to compare
v2.0.0-beta.7 Pre-release
Pre-release
  • Fix issue with the testyts init command (#57, thanks for reporting, @thgh!)

v2.0.0-beta.6

08 Nov 04:43
a016b90
Compare
Choose a tag to compare
v2.0.0-beta.6 Pre-release
Pre-release

Improvements

  • Refactored reporters in order to
  • Allow for multiple reporters to work in parallel
  • Pave the way for external reporters (plugins)

v2.0.0-beta.5

08 Nov 04:43
77e417f
Compare
Choose a tag to compare
v2.0.0-beta.5 Pre-release
Pre-release

Improvements

  • Updated most dependencies

v2.0.0-beta.4

08 Nov 04:42
d73345b
Compare
Choose a tag to compare
v2.0.0-beta.4 Pre-release
Pre-release

Improvements

  • Add a new cli option (-files <comma-separated-list-of-glob>) to allow users to run tests located in files matching any of the specified glob patterns. (Thanks for the suggestion, Mladen!)

v2.0.0-beta.3

08 Nov 04:42
a40648e
Compare
Choose a tag to compare
v2.0.0-beta.3 Pre-release
Pre-release

Fixes

  • Fixed issue with the XTestSuite. It did not ignore tests, now it does.

Improvements

  • Added a new way of focusing/ignoring tests. Instead of focusing tests using the @FTest() decorator, it is now possible to simply use the @Test.focus() method. Symetrically, it is possible to ignore tests by doing @Test.ignore(). This also works for test suites.

v2.0.0-beta.2

08 Nov 04:41
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

Improvements

  • Improved logging (failed test suites now display the stacktrace, more color and bold were added) (#79, thanks for the suggestion, #geon!)

v1.5.0

08 Nov 04:35
Compare
Choose a tag to compare

Improvements

  • Made array assertion methods accept readonly arrays (#78, thanks for the contribution, #geon!)

v1.4.0

08 Nov 04:35
Compare
Choose a tag to compare

Fixes

  • Fixed issue stack overflow issue with comparing objects (#77, thanks for reporting, @Pointotech!)

Miscellaneous

v1.3.0

08 Nov 04:33
ca0e01d
Compare
Choose a tag to compare

Features

  • Added support for specifying a setup file that is executed before all the tests run. (tentatively fixes #49, thanks for reporting, @BorderCloud!)

v1.2.0

08 Nov 04:32
180d111
Compare
Choose a tag to compare

Fixes