Closed KyleAure closed 2 years ago
@KyleAure Thanks for the PR. When I started looking into this last week, I was attempting to update the dependency in https://github.com/OpenLiberty/arquillian-liberty-dependencies. With the changes you are making in this PR, would there still need to be updates made to that repo as well?
Hey @cherylking,
Yes, this is just an example of one of the ways we could test junit5 in this repo.
Though this isn't currently working since the sub-project I added isn't a module and therefore unit tests aren't run.
I'm not sure this is the correct way to test this.
Instead, I think it would be better to test junit5 as part of just the liberty-remote project.
Deleting this PR as this testing would be better done on the liberty-dependencies
repo
Related #124