Skip to content

e2e test failed #20370

Discussion options

You must be logged in to vote

Hey @Justice-Goto-3939! I'm here to help you with your e2e test issue. I'm a bot that can assist with bugs, questions, and becoming a contributor. Let's squash those bugs together! 🤖

The errors you're encountering seem to be related to the inability to access the testing web server, which is likely due to the server not being properly started or accessible on the expected port. Here are some steps to help resolve the issue:

  1. Ensure the Server is Running: Make sure that the Next.js application is built and running before starting the e2e tests. You can do this by running yarn build followed by yarn start to ensure the server is up and running.

  2. Check the Port Configuration: The Caddy lo…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Justice-Goto-3939
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant