-
Notifications
You must be signed in to change notification settings - Fork 17
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
Improve testplan minor release #706
Conversation
@gabi18 I'll look into it and get back to you. |
@gabi18 we did not add the ❌ in 6/2. I think it was there while we manually tested for All the gui tests that fails are either skipped or are reported in CI logs. Also, we have not completely edited the file which marks the tests that are automated. Hopefully after we close this issue owncloud/client#8971 we can confirm which tests have automated. |
Thanks for having a look. I have added the heavy_check_mark to 6/2. and 9.1/5.
@swoichha @Talank |
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.
@gabi18 This looks good to me we can merge this. But, I think we need to make an extra column for squish test where we can add ✔️ ❌ 🚧 so that we can have two column one for squish tests and one for manual tests.
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.
like @swoichha said, we can discuss that later on how to distinguish tests that are automated. For now, changes made in this PR looks good to me as well.
@swoichha @Talank Thanks for your review and ideas. My idea concerning the Result column was to use it for automated and manual tests. The result for a squish test is always ✔️, all failures must be fixed before building the beta/RC candidates. We have added to the prerequisites of the release ticket template that all squish tests have to be successful https://github.com/owncloud/client/blob/master/.github/patch_release_template.md. |
Added some missing 'heavy_check_mark' and 'construction'