Stencil test support
已回答
Hello community,
is there a way to run stencil tests from within the IDE?
I get that you can run them with a node.js configuration like: https://stackoverflow.com/questions/75217835/how-to-set-up-jetbrains-ide-to-run-stencil-e2e-tests,
However, I would like to run single it and describe blocks from within the spec files similar to what I do with jest.
The issue is, that as soon as there is jest in the package.json, it will automatically default these run configs to jest, where in my case they are stencil tests.
请先登录再写评论。
Intellij IDEA and other our IDEs don't provide any support for Stencil unit testing, as they do for other test frameworks like Jest (including the ability to run tests from the gutter).
Related request: https://youtrack.jetbrains.com/issue/WEB-44918/Stencil-Support. Please feel free to follow it to be notified about updates.