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
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:
I did a debug locally, and like I said, I don't run into any problems there