-
Notifications
You must be signed in to change notification settings - Fork 186
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 basic API test for spaces #2500
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
💥 Acceptance tests localApiTests-apiAccountsHashDifficulty-ocis failed. The build is cancelled... |
364e2ae
to
8230e16
Compare
💥 Acceptance tests localApiTests-apiAccountsHashDifficulty-ocis failed. The build is cancelled... |
8230e16
to
ff1a288
Compare
💥 Acceptance tests localApiTests-apiAccountsHashDifficulty-ocis failed. The build is cancelled... |
e37a2da
to
e272f5b
Compare
💥 Acceptance tests localApiTests-apiAccountsHashDifficulty-ocis failed. The build is cancelled... |
1 similar comment
💥 Acceptance tests localApiTests-apiAccountsHashDifficulty-ocis failed. The build is cancelled... |
e272f5b
to
e2e42c8
Compare
💥 Acceptance tests localApiTests-apiAccountsHashDifficulty-ocis failed. The build is cancelled... |
e2e42c8
to
6355bcc
Compare
💥 Acceptance tests localApiTests-apiAccountsHashDifficulty-ocis failed. The build is cancelled... |
6355bcc
to
51e3d21
Compare
💥 Acceptance tests localApiTests-apiAccountsHashDifficulty-ocis failed. The build is cancelled... |
51e3d21
to
8a013aa
Compare
💥 Acceptance tests localApiTests-apiAccountsHashDifficulty-ocis failed. The build is cancelled... |
8a013aa
to
5738db6
Compare
💥 Acceptance tests localApiTests-apiAccountsHashDifficulty-ocis failed. The build is cancelled... |
783d8e5
to
070443d
Compare
PR #2518 bumped the core commit id so that the API test code will now be running with the changes in core PR owncloud/core#39251 |
070443d
to
6e967c7
Compare
6e967c7
to
490bea0
Compare
Co-authored-by: Artur Neumann <[email protected]>
Co-authored-by: Artur Neumann <[email protected]>
Co-authored-by: Artur Neumann <[email protected]>
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.
👍 Works for me, LGTM.
Running as:
make test-acceptance-api \
TEST_SERVER_URL=https://localhost:9200 \
TEST_OCIS=true \
SKELETON_DIR=/Users/aunger/code/owncloud/core/apps/testing/data/apiSkeleton \
BEHAT_FEATURE=tests/acceptance/features/apiSpaces/ListSpaces.feature \
PATH_TO_CORE=/Users/aunger/code/owncloud/core/ \
OCIS_SKELETON_STRATEGY=upload \
OCIS_REVA_DATA_ROOT='' \
BEHAT_FILTER_TAGS='~@skipOnOcis-OCIS-Storage'
💥 Acceptance tests localApiTests-apiAccountsHashDifficulty-ocis failed. The build is cancelled... |
20e9788
to
72cb487
Compare
Kudos, SonarCloud Quality Gate passed! |
Description
Extend the ocis specific behat API test suite to be able to do basic Spaces API reguests
Related Issue
Motivation and Context
Get more API test coverage on new features
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: