Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sure the deduplication of testcases and test results works in two directions. #9812

Open
Sebastiaan127001 opened this issue Sep 20, 2024 · 0 comments
Labels
Feature New, enhanced, or removed feature

Comments

@Sebastiaan127001
Copy link
Contributor

For the metric named 'test cases' Jira is being used as a source for test cases.
JUnit, TestNG, and Robot Framework are supported as source for the test results.

test cases (Jira) test results (JUnit)
test case 1 test result 1: passed
test case 2 test result 2: failed
test case 3 test result 3: skipped
NULL test result 4:passed
test case 5 test result 5: untested
test case 6 test result 6: errored
test case 7 test result 7

The above table could be a realistic scenario. It would be great if the user can control what he/she can see and that he understands how this metric comes to the resulting measurement, in other words in which direction deduplication works.
I would like to be able to configure:

  • all test cases that have no test result
  • all test results that have no corresponding test case (orphans)
  • and of course filter on all possible statuses

PS: errored is not a grammatically correct verb in English. Please use 'generated error', or just 'error'.

@Sebastiaan127001 Sebastiaan127001 added the Feature New, enhanced, or removed feature label Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New, enhanced, or removed feature
Projects
Status: Inbox
Development

No branches or pull requests

1 participant