aboutsummaryrefslogtreecommitdiffstats
path: root/build/integration/config
Commit message (Collapse)AuthorAgeFilesLines
* Add integration tests for autocomplete/get (similar to sharees API)Joas Schilling2021-03-101-0/+10
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add integration tests for video verificationDaniel Calviño Sánchez2020-05-291-0/+1
| | | | | | | | | | | | | | Enabling the "send password by Talk" property of shares require that Talk is installed and enabled, so the Drone step that runs them has to first clone the Talk repository. When the integration tests are run on a local development instance, however, it is not guaranteed that Talk is installed. Due to this the "@Talk" tag was added, which ensures that any feature or scenario marked with it will first check if Talk is installed and, if not, skip the scenario (instead of failing). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Move sharing integration tests to their own directoryJohn Molakvoæ (skjnldsv)2019-10-041-0/+10
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* add LDAP integr. test for receiving share candidates with group limitationArthur Schiwon2019-06-141-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* quote paths in behat.ymlRobin Appelman2018-09-201-10/+10
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Some tests for the remote cloud apiRobin Appelman2017-12-081-1/+12
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix and extend behat testsArthur Schiwon2017-01-191-0/+10
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Add transfer ownership integration tests (#26543)Vincent Petry2016-12-191-2/+3
| | | | | | | | * Add transfer ownership integration tests * Added more transfer ownership tests and OCC checks Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add intergration testsRoeland Jago Douma2016-12-021-0/+10
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add integration test for web based installerMorris Jobke2016-11-211-0/+10
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Split the context so we don't reset the config on each testJoas Schilling2016-03-151-0/+10
|
* Checksum intergration testRoeland Jago Douma2016-03-011-0/+2
| | | | | | | | * Upload file with checksum * Chunked upload with checksum * Copy file with checksum should also copy the checksum * Moving a file with checksum should also move the checksum * Uploading a file with checksum and overwriting it with a file without cheksum should remove the checksum
* Hides nodes from listing that the user has no access toLukas Reschke2016-02-291-0/+4
|
* Add integration tests for tagsLukas Reschke2016-02-191-0/+2
|
* Add integration tests for commentsLukas Reschke2016-02-191-0/+2
| | | | | | This adds integration tests for the comments. Especially with regard to the permission handling, didn't find any problem in it. Fixes https://github.com/owncloud/core/issues/22367
* Added capabilities context and testsSergio Bertolin2015-12-021-1/+12
|
* Restructured FeatureContext to reuse some parts and run two servers in parallelSergio Bertolin2015-11-261-0/+11
|
* Upgrade behat to 3.0.x and use @BeforeScenario and @AfterScenario to clean ↵Thomas Müller2015-10-291-16/+17
| | | | up users
* Added more tests and fixed a problem with asort which was returning false ↵Sergio Bertolin2015-10-201-0/+1
| | | | positives
* Support different server ports - defined by EXECUTOR_NUMBERThomas Müller2015-09-291-2/+2
|
* First integration tests for provisioning apiThomas Müller2015-09-291-0/+17