aerogear / graphql-testx

A GraphQL server for testing GraphQL applications or libraries based on Graphback
Apache License 2.0
15 stars 5 forks source link

Improve port generation #117

Closed vinifarias closed 4 years ago

vinifarias commented 4 years ago

Description

This PR changes the portastic dependency to get-port because it reduces the chance of race condition for ports by default.

Resolves #47 #57

Checklist
wtrocki commented 4 years ago

I have this issue now when building complex tests cases so really good timing. Merging and doing new releases to get that solved! Amazing work!