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
Calling the UI-check directly in the folder is still somewhat problematic because, currently, the tests expect that wp-env configured the environment. After the environment is complete, there are a series of environment configurations that run. Not having those will trigger multiple test failures if manual configurations are not done the same.
Additionally, the project shouldn't get that far if it's run from the top level since it suggests that there is nothing running http://localhost:8889/?feed=rss2 (unless there was another reason for this error), meaning the environment install didn't work and the tests wouldn't work.
Now, if you are adventurous, you can pass in a local port via an environment variable if you still want to test and don't have a local environment configured on port 8889.
I tested
npm install
inside the ui-check folder and there were no issues.Then I used
npm start
and it runs the tests but the connection is refused:net::ERR_CONNECTION_REFUSED at http://localhost:8889/?feed=rss2
When the connection is refused, I don't think there is any point in continuing with the next test?
I mean that the tests could stop at this error.
The text was updated successfully, but these errors were encountered: