-
Notifications
You must be signed in to change notification settings - Fork 187
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
[tests-only] [full-ci] add test for downloading space #6683
Conversation
d668d38
to
1a832fc
Compare
1a832fc
to
1a1eac9
Compare
bdb693d
to
797a1cb
Compare
603f4a0
to
1a9405f
Compare
1a9405f
to
09826ff
Compare
09826ff
to
1505589
Compare
82aec8b
to
3b31e9a
Compare
So that I can store it in my local storage | ||
|
||
|
||
Scenario: user downloads a space |
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.
@saw-jan what about adding test coverage for users tries to download space share with permission can edit and can manage? Will it be too much?
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.
should be easy with examples table
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.
But let's do it int next PR. This pr is almost a month old.
Scenarios to add:
- space member downloads space
- space-admin downloads other's space
3b31e9a
to
2d2c1b7
Compare
2d2c1b7
to
9146753
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.
new implementation is gone
9146753
to
88fd279
Compare
Kudos, SonarCloud Quality Gate passed! |
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
TODO:
|
* add test for downloading space * Add hidden file also --------- Co-authored-by: amrita <[email protected]>
* add test for downloading space * Add hidden file also --------- Co-authored-by: amrita <[email protected]>
Description
This PR adds the API test scenario for downloading space.
Related Issue
ApiTest. next iteration
Motivation and Context
There was no test coverage for api test to download space and check the content of archive. So, this PR covers the required scenario test case.
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: