itereshchenkov / jest-teamcity

Jest Teamcity Reporter
MIT License
31 stars 13 forks source link

Move to Jest reporters API #11

Closed Hypnosphi closed 4 years ago

Hypnosphi commented 4 years ago

https://jestjs.io/docs/en/configuration#reporters-arraymodulename--modulename-options

Main advantage of reporters vs testResultProcessor is that onTestResult is fired as soon as all tests from a particular test file are finished, so user can see the results earlier.

testResultProcessor usage support is kept for backward-compatibility

itereshchenkov commented 4 years ago

@Hypnosphi Thanks a lot for your contribution!

itereshchenkov commented 4 years ago

I've published the changes. Now you can update and try it.