E2E Tests – Hello World fails : Timeout
-
Hello,
I’m trying to run end-to-end tests following the few information I’ve read on Riad Benguella’s post: Introducing the WordPress e2e TestsBut I’m having a timeout since the very first test. Error message is:
Hello World › Should load properly : Timeout - Async callback was not invoked within the 100000ms timeout specified by jest.setTimeout.Timeout - Async callback was not invoked within the 100000ms timeout specified by jest.setTimeout.Error:And also:
Error: Command failed: wp-scripts test-e2e --config tests/e2e/jest.config.jsThe steps were:
– Clone the WordPress-Develop repository
– Build the local docker environment:npm run env:start
– Run the e2e test suite:npm run test:e2eMy local environment (Ubuntu 18.04) includes:
– Docker version 19.03.5, build 633a0ea838
– Node.js v12.13.1
– npm 6.13.4Any idea about what should be going wrong?
The topic ‘E2E Tests – Hello World fails : Timeout’ is closed to new replies.