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 the new notation to get the status printed: | Code Block |
|---|
# Test Plan and Test Execution
#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})
#Test Set
#Test Set Status (percentage + total of tests per status)
Todo: ${Test Set Status.TODO.Percentage}% (Test Set Status.TODO.Count})
Fail: ${Test Set Status.FAIL.Percentage}% (Test Set Status.FAIL.Count})
Pass: ${Test Set Status.PASS.Percentage}% (Test Set Status.PASS.Count})
Executing: ${Test Set Status.EXECUTING.Percentage}% (Test Set Status.EXECUTING.Count})
Aborted: ${Test Set Status.ABORTED.Percentage}% (Test Set 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. |