As a Software Engineer
I would like to be able to easily specify which port and / or host the tests run against
So that I can run the tests against a remotely hosted instance of the application, and
So that I don't have to specify the port in JUnit5 by setting system properties twice in the test
As a Software Engineer
I would like to be able to easily specify which port and / or host the tests run against
So that I can run the tests against a remotely hosted instance of the application, and
So that I don't have to specify the port in JUnit5 by setting system properties twice in the test