b310-digital / teammapper

Mindmapping made simple: Host and create your own mindmaps. Share your mindmap sessions with your team and collaborate on mindmaps.
https://teammapper.org
MIT License
202 stars 16 forks source link

E2E Tests have an increased failure rate #298

Closed sorenjohanson closed 1 week ago

sorenjohanson commented 1 week ago

Describe the bug A lot of times, when GitHub automatically runs E2E tests, they fail with 'Port 3000 already in use' error messages and have to be manually restarted.

To Reproduce Steps to reproduce the behavior:

  1. Open a PR
  2. Do some changes, commit
  3. Let GitHub automatically run E2E tests
  4. Watch them fail sometimes with 'Port 3000 already in use' error messages

Expected behavior 'Port in use' error messages should disappear.