Forum Discussion

palmerbw's avatar
palmerbw
Occasional Contributor
4 years ago

Multiple testcases with Zephyr results from Jenkins

Each time I run a Jenkins pipeline I get a new testcase in Zephyr. I want it to add execution to the existing testcase. This happens when I predefine a testcase and when I allow Zeereporter to create the first test case. Occasionally it will add results to one testcase for a little while and then make a new testcase. How do I fix this? 

6 Replies

  • Jenkins plugin for Zephyr will try to reuse testcases in repository if they are present in same folder hierarchy and have same name but each run will create a different cycle phase and different execution.

    • palmerbw's avatar
      palmerbw
      Occasional Contributor

      This is not the behavior that I am seeing. I get a new phase for each execution (Annoying). In each phase i have new new testcase that is identical to the other testcase with the exception of the ID. I currently have 10 testcases produced by the pipeline and each one has one execution. I should have one testcase with 10 executions.