Replies: 1 comment 2 replies
-
I have never done it myself, but I know some of our users did. Here are the instructions ChatGPT generated, you could give it a try and let me know if it works: To run the Prerequisites
1. Configure Your Docker Environment
2. Setup
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
My whole project is running under several Docker Compose containers for development. I made a dedicated container that run a "jest --watchAll --collectCoverage".
I can't run my jest outside it's container because my node_modules are not made to work on my host machine (which is the most of time a macbook).
So my question is: is there a way to collect the outputs of my jest containers to make the plugin show me the coverage and test outputs ? Or maybe a way to run the plugin in the container ? I don't really know how does it works so hard to imagine a solution.
Thanks
EDIT:
For the moment I just moved to Coverage-Gutter, but it would be awesome to have my test feedback inside vscode too:)
Beta Was this translation helpful? Give feedback.
All reactions