Ts Junit Versions Save

use JUnit 5 Decorator in TypeScript

1.1.0

1 year ago

add ParameterizedTest feature

  @ParameterizedTest([4, 4, 16])
  sqrt(num: number) {
    if (num == 16) {
      assert.is(Math.sqrt(num), 4);
    } else {
      assert.is(Math.sqrt(num), 2);
    }
  }

v1.0.18

1 year ago

v1.0.12

1 year ago
  • fix: add time statistics e9c0897
  • fix: add time statistics 8a097a2

https://github.com/i5ting/ts-junit/compare/v1.0.11...v1.0.12

v1.0.11

1 year ago
  • fix: refact npm run build with np, to get a better publish 966700a

https://github.com/i5ting/ts-junit/compare/v1.0.10...v1.0.11

v1.0.10

1 year ago
  • fix: make cli testcases = api testcases ab0617d
  • refact, please ignore 6b3e1ee
  • document, please ignore 441cbf2

https://github.com/i5ting/ts-junit/compare/v1.0.9...v1.0.10

v1.0.8

1 year ago
  • 完善2种用法,分别是index.ts种的runCli和run
  • 完善文档,readme
  • 重构代码,更加精简,尤其是dir转出files,我自己是非常满意的。

https://github.com/i5ting/ts-junit/compare/v1.0.7...v1.0.8

v1.0.7

1 year ago
  • refact: remove ttlcache package, make src/bin.js clean f2e6c97

https://github.com/i5ting/ts-junit/compare/v1.0.6...v1.0.7

v1.0.6

1 year ago
  • fix: make junit cli bind to dist/bin eef8683

https://github.com/i5ting/ts-junit/compare/v1.0.5...v1.0.6

v1.0.5

1 year ago