Is a way to run focused puppeteer tests? #14277
Unanswered
erichermann
asked this question in
Help
Replies: 1 comment
-
Não seria mais viável dividir as funções de testes do tireteiro em funções externas, executando em mais de um terminal? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
We're using puppeteer with Storybook and our puppeteer test suite is getting quite large and cumbersome to write new test. I was wondering if there was a way to run individual puppeteer test files or, even better run a single puppeteer test.
Here's our Storybook/Puppeteer configuration which lives in src/tests/storyshots-puppeteer.test.js:
This is how we're running our tests:
It would be nice to to be able to do something like:
Beta Was this translation helpful? Give feedback.
All reactions