How can I filter tests with stencil cli #5225
Replies: 2 comments 3 replies
-
Hey @deleonio 👋 there is currently no such filter flag. Unfortunately I can't give you any workaround at this point. We started to revisit Stencils testing capabilities this quarter and actively working on improving the experience of testing Stencil components. I hope to be able to give you updates soon. |
Beta Was this translation helpful? Give feedback.
-
I do believe you can achieve filtering, however, it's a jest argument rather than a Stencil argument. That means that you have to separate Stencil and Jest based arguments with a '--'. For example: |
Beta Was this translation helpful? Give feedback.
-
Is it possible to filter tests, like this:
npx stencil test --spec --filter link.spec.ts
?Beta Was this translation helpful? Give feedback.
All reactions