summaryrefslogtreecommitdiffstats
path: root/build/integration
Commit message (Collapse)AuthorAgeFilesLines
* Add intergration testsRoeland Jago Douma2016-12-023-0/+141
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add integration test for web based installerMorris Jobke2016-11-214-14/+76
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Adjust integration testLukas Reschke2016-11-211-0/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add intergration testRoeland Jago Douma2016-11-141-0/+17
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #1792 from nextcloud/bump_sabreRoeland Jago Douma2016-11-091-1/+1
|\ | | | | Bump sabre
| * Update sabre dav to 3.2 (#26115)Thomas Müller2016-11-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update sabre/dav to 3.2.0 * Adjust code to work with sabre/dav 3.2.0 and it's dependencies * Adding own CalDAV plugin to fix calendar home property * Test if there is a user logged in when listing files home * Update sabre version used by integration tests * Disable unauthenticated DAV access This is needed to make Sabre 3.2 behave like we did before. Eventually we should integrate better with the ACL plugin which itself should implement an auth failure when appropriate. ===== * Fixed so cherry-pick was succesfull Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Add sleep functionRoeland Jago Douma2016-11-042-0/+10
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Fix testsRoeland Jago Douma2016-11-041-6/+15
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Remove unneeded behat methodMorris Jobke2016-11-021-10/+0
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Adapted favorites and dav2 featuresSergio Bertolin2016-11-026-127/+248
|/ | | | | | | | Adapted sharing and external features, random failures in sharing:857 Added weddav related feature Removed forgotten leftovers
* Merge pull request #1887 from nextcloud/downstream-26370Morris Jobke2016-11-022-1/+47
|\ | | | | Added functions to check etag of elements - integration tests
| * Fix intergration testsRoeland Jago Douma2016-11-021-1/+1
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Added test case about issue 26346Sergio Bertolin2016-11-021-0/+15
| |
| * Changed description of variableSergio Bertolin2016-11-021-1/+1
| |
| * Added functions to check etag of elementsSergio Bertolin2016-11-021-0/+31
| |
* | unit tests updated and new addedBjoern Schiessle2016-11-011-1/+2
|/ | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* remove unneeded stepsMorris Jobke2016-10-211-2/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Changed request to not add a prefix to the url (#26256)Sergio Bertolín2016-10-202-3/+29
| | | | | | | | * Changed request to not add a prefix to the url * Expecting forbidden instead of service unavailable * Handling login exceptions
* Added test for 26182Sergio Bertolin2016-10-101-0/+14
|
* Adding type parameter because behat cannot ignore itSergio Bertolín2016-10-061-2/+3
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Orphaned shares test and some requirementsSergio Bertolín2016-10-063-1/+50
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* User was incorrectSergio Bertolin2016-10-051-10/+11
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Modifications to avoid old dav pathSergio Bertolín2016-10-052-5/+5
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Added failing testsSergio Bertolin2016-10-051-0/+38
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix sizeRoeland Jago Douma2016-10-021-2/+2
| | | | Nextcloud has a letter (byte) more than ownCloud. So update test
* Added quota calculation test when a file is recievedSergio Bertolin2016-10-023-2/+15
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Added test checking quota after usageSergio Bertolin2016-10-023-0/+31
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Remove unused endpointJoas Schilling2016-09-301-6/+14
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix integration test to use a valid URLJoas Schilling2016-09-271-2/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make OCS intergration tests check for CSPRoeland Jago Douma2016-09-152-0/+25
| | | | * Very hacky in simple test but at least we test
* Add basic osc intergration testsRoeland Jago Douma2016-09-072-0/+32
|
* Fix AppTest and intergration testRoeland Jago Douma2016-09-051-0/+1
|
* Use "testing" instead of "user_ldap" as test appLukas Reschke2016-08-311-6/+6
|
* Creating the folder when the tests runSergio Bertolín2016-08-303-7/+4
|
* Changed enabled/disabled app in provisioning api testsSergio Bertolín2016-08-301-6/+7
|
* External storage was not enabled and content was not deleted before scenariosSergio Bertolín2016-08-302-1/+19
|
* Added local_storage folderSergio Bertolín2016-08-301-0/+4
|
* Run as current userSergio Bertolin2016-08-301-5/+3
|
* Removed extra context added needed option and remove storage after external ↵Sergio Bertolin2016-08-305-26/+15
| | | | storage scenarios
* Added feature and context, not working yet, option to allow sharing needs to ↵Sergio Bertolin2016-08-302-0/+50
| | | | be added
* Modified run.sh to mount a local storageSergio Bertolin2016-08-302-0/+9
|
* Added integration testSergio Bertolin2016-08-291-0/+18
|
* Fix intergration testsRoeland Jago Douma2016-08-142-9/+77
| | | | | * Set OCS-APIREQUEST: true * PUT requires a body
* Fix intergration test for admin_auditRoeland Jago Douma2016-08-081-1/+0
|
* Merge pull request #445 from nextcloud/ocs_share_to_appframeworkLukas Reschke2016-08-083-3/+29
|\ | | | | OCS Share API to appframework
| * Add OCS-APIREQUEST header to intergration test callsRoeland Jago Douma2016-08-053-3/+29
| |
* | Disbale failing intergration test for nowRoeland Jago Douma2016-08-051-14/+14
|/ | | | | | I have not been able to reproduce this failure locally yet. But it seems to happen often on CI. So disable for now.
* Add integration tests for double shares with rename in betweenVincent Petry2016-08-032-4/+34
|
* Add integration tests for merging received sharesVincent Petry2016-08-033-24/+180
|
* Add intergration testRoeland Jago Douma2016-08-021-0/+16
|