Skip to content
狼叔 edited this page Oct 10, 2022 · 1 revision
➜  ts-junit git:(master) npm run api

> ts-junit@1.0.18 api
> ts-node api.ts

find file /Users/alfred/workspace/github/ts-junit/tests/test-class-disable
find dir /Users/alfred/workspace/github/ts-junit/tests
find file /Users/alfred/workspace/github/ts-junit/tests/test
run ts: 1.497ms
Class skip ClassDisableTests reason: Disabled all Clazz until bug #99 has been fixed
method skip undefined#addition5() reason: Disabled until bug #42 has been resolved
method skip undefined#addition5() reason: Disabled until bug #42 has been resolved
method skip undefined#addition5() reason: Disabled until bug #42 has been resolved
 ClassDisableTests    (0 / 0)
 BTests  • •   (2 / 2)
 ATests  • •   (2 / 2)
 MyFirstJUnitJupiterTests  BeforeAll initAll
BeforeEach
---AfterEach
• BeforeEach
---AfterEach
• AfterAll---
  (2 / 2)

  Total:     6
  Passed:    6
  Skipped:   0
  Duration:  0.62ms

4个测试文件,编译是run ts: 1.497ms

执行测试才 Duration: 0.62ms

ts-junit的性能还算ok 的

Clone this wiki locally