garris/BackstopJS

Remote HTTP service fails on MacOs 13

Closed this issue · 2 comments

KieArm commented

Creating a demo repo with "backstop init" on Mac and using the command:

BACKSTOP_REMOTE_HTTP_PORT=3000 backstop remote --config=

On a windows 10/11 machine the server starts and allows the approve function from within the test results.

On Mac OS 13 (Possibly others?) the server starts and then closes.
I tried with and without the --config for the demo test, this did not change the result.

Screenshot 2023-09-19 at 3 45 18 pm

Were you able to resolve this issue? I am having the same problem on my Mac as well.
This issue seemingly has been fixed: #1446
Not sure if something is configured incorrectly on my end.

KieArm commented

No sorry I have not resolved this, I was using the latest at the time so that fix would have been included on my side.
I created a minimal demo repo and was able to consistently reproduce the problem.