winterbe / jest-teamcity-reporter

Teamcity Reporter for Jest Unittest Results
https://www.npmjs.com/package/jest-teamcity-reporter
Other
50 stars 23 forks source link

not working at all #30

Open DianaLaa opened 3 years ago

DianaLaa commented 3 years ago

Following the instructions on the main page of this github has no effect whatsoever. There are obviously steps missing in the docs, but which ones?

fatso83 commented 2 years ago

I got bit by this too, but the package is unmaintained since 2018 and PRs are left stale. But it does actually work, thought you need to move the config from package.json to jest.config.ts for it to take effect. Then it actually starts to work.

BUT it does not take the flowId into account (see #28) and a better alternative is simply to use a maintained package with a better feature set like https://github.com/itereshchenkov/jest-teamcity.