How to configure Jenkins to run an automated Cucumber test script and show the Jenkins UI report?

How to configure Jenkins to run an automated Cucumber test script and show the Jenkins UI report?

Hi Brett,

You can configure Jenkins to run an automated Cucumber test script and show the Jenkins UI report using the following methods:

  1. Cucumber’s Command Line Mode
  2. CukeTest’s Command Line Mode
  3. Jenkins Continuous Integration Configuration
  4. Jenkins Test Report Plugin Configuration

You can dig deep into each one of them by going through the tutorial on How To Integrate Cucumber With Jenkins?

4 Likes

thanks! for your prompt response