Hello guys, I wonder is there any plans to add tes...
# pact-jvm
a
Hello guys, I wonder is there any plans to add testng support in the nearest future? We use testng in Miro and it would be great not to reinvent the wheel and use your client)
Maybe @Matt (pactflow.io / pact-js / pact-go) can help with it?
m
👋 I don’t believe there are any plans, sorry. I’d suggest raising a request at pact.canny.io
1
(I don’t maintain Pact JVM, btw)
I’m sure the Pact JVM maintainers would be grateful for a PR that supports it, or if you were to create a separate project/repository that supports testng we could reference it somewhere?
p
why would somebody use testng in 2022🤔 especially if you just starting contract tests from scratch
m
I haven’t written code in Java for a while, but I recall I did like test ng back in the day - what’s the problem with it these days? Just that JUnit is more popular?
p
yes, especially JUnit5, from my experience testng was popular mostly among selenium-UI-tests guys. I work at Booking, there are a lot of legacy projects, but even here most of java services are covered with junit5 tests. We have legacy e2e tests written with testng, one of the tasks is a migration to junit5
👍 1
// I’m might be wrong, because fortunately, I do not work with java tests all of my time, I prefer node.js frameworks and test runners.