vlsi commented on issue #5957:
URL: https://github.com/apache/jmeter/issues/5957#issuecomment-1577292041

   I would suggest to start with 
https://junit.org/junit5/docs/current/user-guide/#launcher-api
   
   JUnit5 provides API to discover, and run tests. At the same time it provides 
`JUnit Vintage` engine that can discover and execute JUnit 3 and JUnit 4 tests.
   
   I would suggest adding `src/protocols/junit5` module, add jupiter launcher 
API dependency there, and try to get it working.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to