How to integrate cucumber in testNG?

I have a framework that is used to create the JAVA + TestNG kernel. And the framework is followed by the TDD model, and POM is our build management tool. Can someone tell me if it is possible to update the structure from TDD to BDD using cucumber. But still, I would like to make minimal changes for this requirement, for example, not to change existing technologies (main language, TestNG, Maven sys.). My goal is how to start the TC cucumber using the testNG.xml / TestNG plugins in eclipse. Is it possible to implement code on a Jenkin CI server with minimal changes?

Can someone share me a basic example?

+4
source share
1 answer

All Articles