You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I looked at the create-react-app example and I'm able to get jest-puppeteer to work, but I can't seem to get it to read config from jest-puppeteer.config.js no matter where I put it (I also tried env var). E.g. I'd like it to launch the server before running the tests. Can you provide any information and/or update the example that demonstrates where to add the jest-puppeteer config? Thanks in advance!
The text was updated successfully, but these errors were encountered:
I have the same problem. Is there a way to use jest-puppeteer.config.js with create-react-app? I am trying to use jest-dev-server to launch my app before each test.
I looked at the create-react-app example and I'm able to get
jest-puppeteer
to work, but I can't seem to get it to read config fromjest-puppeteer.config.js
no matter where I put it (I also tried env var). E.g. I'd like it to launch the server before running the tests. Can you provide any information and/or update the example that demonstrates where to add the jest-puppeteer config? Thanks in advance!The text was updated successfully, but these errors were encountered: