Xray integration is now faster than everSome changes were done on Test Status, Test Plan Overall Execution Status and Test Execution Overal Execution Status due to some performance problems reported by customers. Here is teh the new notation to get the status printed: | Code Block |
|---|
#Overall Execution Status (percentage + total of testes per status)
Todo: ${Overall Execution Status.TODO.Percentage}% (Overall Execution Status.TODO.Count})
Fail: ${Overall Execution Status.FAIL.Percentage}% (Overall Execution Status.FAIL.Count})
Pass: ${Overall Execution Status.PASS.Percentage}% (Overall Execution Status.PASS.Count})
Executing: ${Overall Execution Status.EXECUTING.Percentage}% (Overall Execution Status.EXECUTING.Count})
Aborted: ${Overall Execution Status.ABORTED.Percentage}% (Overall Execution Status.ABORTED.Count}) |
Now, with this new notation, you are able to get the percentage and the number of tests per status. Some improvements were done in order to reduce the document generation time and to avoid affecting Jira performance. |