It won't work with below property which allow the junit test cases to run in fork join thread models. Mostly, needs to use Inherit thread local and capture the test name with each test start.
junit.jupiter.execution.parallel.enabled = true
junit.jupiter.execution.parallel.config.fixed.parallelism = 8
It won't work with below property which allow the junit test cases to run in fork join thread models. Mostly, needs to use Inherit thread local and capture the test name with each test start.