Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-31815

Add support for Cucumber Test Result Plugin

XMLWordPrintable

      Plugin: https://wiki.jenkins-ci.org/display/JENKINS/Cucumber+Test+Result+Plugin

      Configure section:

      configure { project ->
              def publishers = project / 'publishers'
              publishers << 'org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResultArchiver'(plugin: 'cucumber-testresult-plugin@0.8.2') {
                  testResults('*.files')
                  ignoreBadSteps(true)
              }
      }
      
      <publishers>
      <org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResultArchiver plugin="cucumber-testresult-plugin@0.8.2">
      <testResults>*.files</testResults>
      <ignoreBadSteps>true</ignoreBadSteps>
      </org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResultArchiver>
      </publishers>
      

            v2v Victor Martinez
            v2v Victor Martinez
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: