-
Notifications
You must be signed in to change notification settings - Fork 0
[test] Use JUnit 5 #5
Comments
it seems JUnit 5 can't generate report using gradle command https://github.com/junit-team/junit5-samples/tree/master/junit5-gradle-consumer
|
and it mentioned container? not docker container .... I'm thinking too much
|
- didn't use any new feature, just copy from the example https://github.com/junit-team/junit5-samples/tree/master/junit5-gradle-consumer - the test report has different location (than gradle default), but since we are not using any CI or test coverage tools, we ignore it for now - TAPL is still using JUnit4, might switch to Junit5 when we start implementing rest of TAPL
I think I am still using it like JUnit4 ..... most advance features are not used, but anyway, it's running |
The text was updated successfully, but these errors were encountered: