Knotx / knotx-junit5

JUnit 5 support and extensions for Vert.x projects
https://knotx.io
Apache License 2.0
0 stars 4 forks source link

Randomized ports for usage in Knot.x configuration #16

Closed tMaxx closed 6 years ago

tMaxx commented 6 years ago

Background:
It would be useful to be able to randomize ports that can be then used inside Knot.x configuration. It would make full test parallelism possible and isolate each test case from one another.

Steps needed:

Recommended to test this feature on knotx-stack or knotx-data-bridge modules, ideally on both, with test parallelism enabled.

tMaxx commented 6 years ago

See PR #20