Hi,
I want to create a list (JQL) per project or component of test case and how many times it failed from the total number it was executed.
Any idea how to do so?
Hello @Itsik Versano ~ try the following (with a custom filter searching for all Tests that you want to include):
issue in testTestExecutions('your custom filter', 'PASS|FAIL')
If you want to include additional test run statuses (i.e. ABORTED) just include that using the "|" (pipe) separator ('PASS|FAIL|ABORTED'). Reference: https://docs.getxray.app/display/XRAY/Enhanced+querying+with+JQL
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.