-
Notifications
You must be signed in to change notification settings - Fork 38
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
Add test case IDs to automate report of results #611
Conversation
We need to resolve how those UUIDs are created and synced with Polarion test case. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please squash the commits into a single one and add some nice description about the change also to the commit message
e194a0a
to
ffa2452
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Each test case should have unique UUID to help with traceability of test runs. With UUID for each test case, it is easier to follow trends in stability over time. Signed-off-by: Pavol Brilla <pbrilla@redhat.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Only a small NIT.
Would probably be good to add a check for the ID to the CI so that newly added tests really have an ID assigned. But that can be done in a separate PR.
thanks this makes sense Co-authored-by: Michael Engel <engel.michael@hotmail.de> Signed-off-by: Pavol Brilla <48551923+pbrilla-rh@users.noreply.github.com>
Adding ID for each test case, so it is linked together during reporting increasing tracebility