garris / BackstopJS

Catch CSS curve balls.
http://backstopjs.org
MIT License
6.71k stars 603 forks source link

Remote HTTP service fails on MacOs 13 #1498

Closed KieArm closed 6 months ago

KieArm commented 1 year ago

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

yuany2036 commented 11 months ago

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

KieArm commented 11 months ago

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.