Continuing the topic of frontend tests with jest
, we’re taking a look at StrykerJS today. Stryker Mutator is one of the most popular tools for mutation testing. We recently struggled with configuring StykerJS to work properly with jest
and TypeScript. I’d like to share our solution to these problems in this article.
How To Configure Jest Tests on TeamCity
If you are using jest
to write JavaScript/TypeScript tests like this one:
and you’re looking for how to show their results in TeamCity as follows:
Then this article will help you configure that ?