How to integrate the cucumber in testNG?

前端 未结 1 884
青春惊慌失措
青春惊慌失措 2021-01-19 06:57

I have a framework which is used to created by core JAVA+TestNG. And the framework is followed by TDD model, and POM is our build management tool. Can somebody tell me is th

相关标签:
1条回答
  • 2021-01-19 07:28

    Yes, you can have CucumberJVM integrated with TestNG, Selenium and Maven.

    You can run the tests from Jenkins with mvn test.

    Here you have a basic example:

    http://automatictester.co.uk/2015/06/11/basic-cucumberjvm-selenium-webdriver-test-automation-framework/

    0 讨论(0)
提交回复
热议问题