You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment I have to stop the actual server in order to run functional tests. This was due to the port overlapping between the actual and test servers.
Consider introducing the non-overlapping ports.
It will help in including the ./gradlew startServer task as part of the build task.
The text was updated successfully, but these errors were encountered:
At the moment I have to stop the actual server in order to run functional tests. This was due to the port overlapping between the actual and test servers.
Consider introducing the non-overlapping ports.
It will help in including the
./gradlew startServer
task as part of thebuild
task.The text was updated successfully, but these errors were encountered: