eclipse / microprofile

Repository for important documentation - the index to the project / community
Apache License 2.0
682 stars 114 forks source link

unify our TCK testing setup #51

Open struberg opened 6 years ago

struberg commented 6 years ago

This got brought up by @tomas-langer in todays ConfigJSR hangout. Most of our TCKs use testng, but some also use junit. Some use Arquillian, others EE.

This makes it harder than it should to integrate MicroProfile specs within containers. It also makes it harder for new people to contribute to MicroProfile if every subproject has it's own rules.

We should probably spread/force some best efforts and standards?

kenfinnigan commented 6 years ago

What's needed beyond the update to the Architecture guidelines around using TestNG and Arquillian?

Does there need to be an action to actively verify all specs as to what they're using?

lprimak commented 3 years ago

IMHO TestNG's time has run out. JUnit 5 is much more supported and has much more activity around it