Hi,
thank you for the package! I I'm working on few fixes to support my openapi3 documentation and I noticed that I can't run successful tests (connection reset on 127.0.0.1) -- servers are started using provided run configurations.
I was able to fix it by changing 127.0.0.1 to localhost in host ( swagger.json and openapi.json).
PHPStorms binds only localhost (on Mac Catalina), then tests can connect to the servers and run tests. Is it working in your environment if you change it to localhost?
Martin
Hi,
thank you for the package! I I'm working on few fixes to support my openapi3 documentation and I noticed that I can't run successful tests (connection reset on 127.0.0.1) -- servers are started using provided run configurations.
I was able to fix it by changing
127.0.0.1tolocalhostin host (swagger.jsonandopenapi.json).PHPStorms binds only localhost (on Mac Catalina), then tests can connect to the servers and run tests. Is it working in your environment if you change it to localhost?
Martin