opendevstack / ods-jenkins-shared-library

Shared Jenkins library which all ODS projects & components use - provisioning, SonarQube code scanning, Nexus publishing, OpenShift template based deployments and repository orchestration
Apache License 2.0
70 stars 57 forks source link

EDP (Jira / Zephyr) - Generated test cycle does not contain start / end time and description #858

Open clemensutschig opened 2 years ago

clemensutschig commented 2 years ago

When Zephyr capability is turned on - test cycles are created - BUT these are incomplete

Describe the bug image

To Reproduce

  1. create a project with zephyr turned on as capability
  2. add component `that contains tests
  3. run and notice empty description / start and end date - even after the test-cycle is done

Expected behavior Data filled:

  1. dates are clear
  2. description: contain host name and maybe as much other information we have around to help people understand this :)

Affected version (please complete the following information):

metmajer commented 2 years ago

@clemensutschig you are asking for start and end dates to be provided, but for what exactly? A test cycle contains all tests executed in either the D or Q or P environments (individually). Example: D: 56 or Q:85. Multiple components can be involved in executing test cases, so which times would be appropriate? Also, why is this important?