Skip to content

Commit 98aed3d

Browse files
Split shares related tests
1 parent 92c1ce0 commit 98aed3d

23 files changed

+2155
-2115
lines changed

.drone.star

+12-6
Original file line numberDiff line numberDiff line change
@@ -162,25 +162,31 @@ config = {
162162
],
163163
"skip": False,
164164
},
165-
"sharingNg": {
165+
"sharingNg1": {
166166
"suites": [
167+
"apiShareNgShares",
168+
],
169+
"skip": False,
170+
},
171+
"sharingNg2": {
172+
"suites": [
173+
"apiPermissions",
167174
"apiReshare",
168-
"apiSharingNg1",
169-
"apiSharingNg2",
170175
"apiOptionalShareRole",
171176
],
172177
"skip": False,
173178
},
174179
"sharingNgShareInvitation": {
175180
"suites": [
176-
"apiSharingNgShareInvitation",
181+
"apiShareNgDriveInvitation",
182+
"apiShareNgItemInvitation",
177183
],
178184
"skip": False,
179185
},
180186
"sharingNgLinkShare": {
181187
"suites": [
182-
"apiSharingNgLinkSharePermission",
183-
"apiSharingNgLinkShareRoot",
188+
"apiShareNgDriveLinkShare",
189+
"apiShareNgItemLinkShare",
184190
],
185191
"skip": False,
186192
},

tests/acceptance/config/behat.yml

+32-21
Original file line numberDiff line numberDiff line change
@@ -330,9 +330,9 @@ default:
330330
- SharingNgContext:
331331
- OcisConfigContext:
332332

333-
apiSharingNg1:
333+
apiPermissions:
334334
paths:
335-
- "%paths.base%/../features/apiSharingNg1"
335+
- "%paths.base%/../features/apiShareNgPermissions"
336336
context: *common_ldap_suite_context
337337
contexts:
338338
- FeatureContext: *common_feature_context_params
@@ -341,9 +341,9 @@ default:
341341
- OcisConfigContext:
342342
- SettingsContext:
343343

344-
apiSharingNg2:
344+
apiShareNgShares:
345345
paths:
346-
- "%paths.base%/../features/apiSharingNg2"
346+
- "%paths.base%/../features/apiShareNgShares"
347347
context: *common_ldap_suite_context
348348
contexts:
349349
- FeatureContext: *common_feature_context_params
@@ -352,42 +352,41 @@ default:
352352
- OcisConfigContext:
353353
- SettingsContext:
354354

355-
apiSettings:
355+
apiShareNgDriveInvitation:
356356
paths:
357-
- "%paths.base%/../features/apiSettings"
357+
- "%paths.base%/../features/apiShareNgDriveInvitation"
358358
context: *common_ldap_suite_context
359359
contexts:
360360
- FeatureContext: *common_feature_context_params
361-
- GraphContext:
362-
- SettingsContext:
361+
- SpacesContext:
363362
- SharingNgContext:
364-
- NotificationContext:
365-
- EmailContext:
366363
- OcisConfigContext:
364+
- SettingsContext:
367365

368-
apiOptionalShareRole:
366+
apiShareNgItemInvitation:
369367
paths:
370-
- "%paths.base%/../features/apiOptionalShareRole"
368+
- "%paths.base%/../features/apiShareNgItemInvitation"
371369
context: *common_ldap_suite_context
372370
contexts:
373371
- FeatureContext: *common_feature_context_params
374-
- GraphContext:
372+
- SpacesContext:
375373
- SharingNgContext:
376374
- OcisConfigContext:
377375

378-
apiSharingNgShareInvitation:
376+
apiShareNgItemLinkShare:
379377
paths:
380-
- "%paths.base%/../features/apiSharingNgShareInvitation"
378+
- "%paths.base%/../features/apiShareNgItemLinkShare"
381379
context: *common_ldap_suite_context
382380
contexts:
383381
- FeatureContext: *common_feature_context_params
384382
- SpacesContext:
385383
- SharingNgContext:
384+
- PublicWebDavContext:
386385
- OcisConfigContext:
387386

388-
apiSharingNgLinkSharePermission:
387+
apiShareNgDriveLinkShare:
389388
paths:
390-
- "%paths.base%/../features/apiSharingNgLinkSharePermission"
389+
- "%paths.base%/../features/apiShareNgDriveLinkShare"
391390
context: *common_ldap_suite_context
392391
contexts:
393392
- FeatureContext: *common_feature_context_params
@@ -396,15 +395,27 @@ default:
396395
- PublicWebDavContext:
397396
- OcisConfigContext:
398397

399-
apiSharingNgLinkShareRoot:
398+
apiOptionalShareRole:
400399
paths:
401-
- "%paths.base%/../features/apiSharingNgLinkShareRoot"
400+
- "%paths.base%/../features/apiOptionalShareRole"
402401
context: *common_ldap_suite_context
403402
contexts:
404403
- FeatureContext: *common_feature_context_params
405-
- SpacesContext:
404+
- GraphContext:
406405
- SharingNgContext:
407-
- PublicWebDavContext:
406+
- OcisConfigContext:
407+
408+
apiSettings:
409+
paths:
410+
- "%paths.base%/../features/apiSettings"
411+
context: *common_ldap_suite_context
412+
contexts:
413+
- FeatureContext: *common_feature_context_params
414+
- GraphContext:
415+
- SettingsContext:
416+
- SharingNgContext:
417+
- NotificationContext:
418+
- EmailContext:
408419
- OcisConfigContext:
409420

410421
apiOcm:

tests/acceptance/expected-failures-localAPI-on-OCIS-storage.md

+50-51
Large diffs are not rendered by default.

tests/acceptance/expected-failures-without-remotephp.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,12 @@
157157
- [apiSpacesShares/shareSpacesViaLink.feature:47](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiSpacesShares/shareSpacesViaLink.feature#L47)
158158
- [apiSpacesShares/shareSubItemOfSpaceViaPublicLink.feature:149](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiSpacesShares/shareSubItemOfSpaceViaPublicLink.feature#L149)
159159
- [apiSpacesShares/shareSubItemOfSpaceViaPublicLink.feature:150](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiSpacesShares/shareSubItemOfSpaceViaPublicLink.feature#L150)
160-
- [apiSharingNgLinkSharePermission/createLinkShare.feature:478](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiSharingNgLinkSharePermission/createLinkShare.feature#L478)
161-
- [apiSharingNgLinkSharePermission/createLinkShare.feature:1225](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiSharingNgLinkSharePermission/createLinkShare.feature#L1225)
162-
- [apiSharingNgLinkSharePermission/updateLinkShare.feature:209](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiSharingNgLinkSharePermission/updateLinkShare.feature#L209)
163-
- [apiSharingNgLinkSharePermission/updateLinkShare.feature:287](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiSharingNgLinkSharePermission/updateLinkShare.feature#L287)
164-
- [apiSharingNgLinkShareRoot/updateLinkShare.feature:10](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiSharingNgLinkShareRoot/updateLinkShare.feature#L10)
165-
- [apiSharingNgLinkShareRoot/updateLinkShare.feature:42](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiSharingNgLinkShareRoot/updateLinkShare.feature#L42)
160+
- [apiShareNgItemLinkShare/createItemLinkShare.feature:478](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiShareNgItemLinkShare/createItemLinkShare.feature#L478)
161+
- [apiShareNgItemLinkShare/createItemLinkShare.feature:1225](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiShareNgItemLinkShare/createItemLinkShare.feature#L1225)
162+
- [apiShareNgItemLinkShare/updateItemLinkShare.feature:209](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiShareNgItemLinkShare/updateItemLinkShare.feature#L209)
163+
- [apiShareNgItemLinkShare/updateItemLinkShare.feature:287](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiShareNgItemLinkShare/updateItemLinkShare.feature#L287)
164+
- [apiShareNgDriveLinkShare/updateDriveLinkShare.feature:10](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiShareNgDriveLinkShare/updateDriveLinkShare.feature#L10)
165+
- [apiShareNgDriveLinkShare/updateDriveLinkShare.feature:42](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiShareNgDriveLinkShare/updateDriveLinkShare.feature#L42)
166166
- [coreApiSharePublicLink1/changingPublicLinkShare.feature:219](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/coreApiSharePublicLink1/changingPublicLinkShare.feature#L219)
167167
- [coreApiSharePublicLink1/changingPublicLinkShare.feature:220](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/coreApiSharePublicLink1/changingPublicLinkShare.feature#L220)
168168
- [coreApiSharePublicLink1/createPublicLinkShare.feature:59](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/coreApiSharePublicLink1/createPublicLinkShare.feature#L59)

0 commit comments

Comments
 (0)