-
Notifications
You must be signed in to change notification settings - Fork 22
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
Move test cases to Detached section which are not in the test report anymore #345
Comments
I guess it will be more reliable to detect changes(additions/deletions/updates) by resolving a test suite name,id rather then test run Thanks |
ci script:
so if we import tests to Mobile the Core test should not be marked as detached |
Thanks, I guess, a simple fix for you would be to merge all your XML reports (Core, Admin, Mobile) into a single one and send it once. |
Just to give you an idea on how no detach state is implemented in testomatio for other reporting types |
Hm, for now we are sending 3 xml reports at least, but there are no tests are marked as detached I mean we have 3 report with different test cases |
It should be fairly easy to test it out, generally, 3k should not impact performance
so you want test to be marked as detached when existing test case in testomatio is not present in a latest import? |
yes...when the title of test case is changed so the new one is imported and the old one should be moved to detached |
In case the title test of the case is changed during the next report importing there will be two test cases old one and new with title changed
We can automatically move these test cases to the Detached section if these test cases are not in the test report anymore
Risk and Challenge
we have several file imports from mobile/admin/core projects
so how to detect from which file the test comes from
Can we determine this based on the report file name?
The text was updated successfully, but these errors were encountered: