Open UpperCod opened 4 years ago
I finally got a windows environment working :) I'm getting this error as well in your repository.
This error is logged when the browser never pinged back, so it didn't even get to running your tests. I spent some time debugging, but I didn't find out what's causing it yet. Will look into it more.
I think the issue is related to a mismatch between puppeteer and your installed version of Chrome. Can you try with --puppeteer
? You will need to install @web/test-runner-puppeteer
. This will download a Chromium version compatible with that version of puppeteer.
I'm curious if that resolves. It would be quite annoying, I know puppeteer is quite closely related to the version of Chrome/Chromium but I had hoped that it wouldn't be a problem for our usage.
The error occurs when using the --watch flag:
No watch: All tests are successfully passed.
With Watch: A wait is generated for certain tests that exceed the response timeout.
I share the links to the tests
Only in a test is the parameter
done
used . https://github.com/atomicojs/atomico/blob/one/src/tests/render.test.jsx#L116.Files that exceed the Timeout do not have a pattern.
OS : Windows 10 Pro NODE : 14.5.0
I would like to document this error more, but a log about it is not generated by NPM or the CLI