Timeout on GitHub Actions using Percy shooter
ardaerzin opened this issue · 5 comments
switching from react-screenshot-test, everything works fine locally but we keep getting a timeout error while running the tests on GitHub Actions. logs look like the following:
Pre-bundling dependencies:
react
clsx
next/image
styled-components
styled-css-grid
(...and 17 more)
(this will be run only when your dependencies or config have changed)
warn - You have enabled the JIT engine which is currently in preview.
warn - Preview features are not covered by semver, may introduce breaking changes, and can change at any time.
TimeoutError: **Navigation timeout of 30000 ms exceeded**
error Command failed with exit code 1.
I did a debug locally, and like I said, I don't run into any problems there
Hi @ardaerzin, sorry for the delay!
I wonder if you can reproduce it locally if you delete the node_modules/.vite
directory?
@fwouts no worries.
I just tried your suggestion, multiple times, but was not able to reproduce it.
@fwouts we were using Percy before, so to keep things consistent, I was trying the Percy shooter. today I gave the playwright shooter a go, and I do not experience this problem
Thanks @ardaerzin, so just to confirm, the issue was specific to the Percy shooter?