Open
Description
Currently
On my PC, port 8080 is permanently in use for a personal server.
Currently, every time I want to test I have either to change the port on multiple places or turn off my server so that vert.x can bind to a port.
Request
May one change vert.x's testing framework so it may read (maybe in a properties file?) the port vert.x should listen to?
If so, how do you suggest?