Overriding testResultProcessor config for jest is not supported without ejecting. I was wondering why and whether you would see an alternative.
Context
We are a distributed team working on a multi-module project based on many technologies (java, groovy and of course react!)
What I am trying to achieve
I am trying to add a reporter to jest so that my CI server can parse them.
I can see that having this enabled on every test run would be an overhead, right now, I would see it as an extension to CI Heuristics.
Why I need it
We use Bamboo for our CI pipeline. Bamboo can parse unit test reports in many formats (JUnit for e.x.) and Bamboo uses this data to provide lot of useful information to the team at a quick glance, such as:
Other info
react-scripts: 1.0.10
CI Server: Bamboo
Thoughts, feedback, criticism welcome.
Please add a separate script that passes it as command line argument. That should be enough.
https://github.com/facebookincubator/create-react-app/issues/2474#issuecomment-306378291
Thank you! I must improve my git issue searching skills!
Most helpful comment
Please add a separate script that passes it as command line argument. That should be enough.
https://github.com/facebookincubator/create-react-app/issues/2474#issuecomment-306378291