Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add integration tests for autocomplete/get (similar to sharees API) | Joas Schilling | 2021-03-10 | 1 | -0/+10 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add integration tests for video verification | Daniel Calviño Sánchez | 2020-05-29 | 1 | -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 directory | John Molakvoæ (skjnldsv) | 2019-10-04 | 1 | -0/+10 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | add LDAP integr. test for receiving share candidates with group limitation | Arthur Schiwon | 2019-06-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | quote paths in behat.yml | Robin Appelman | 2018-09-20 | 1 | -10/+10 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Some tests for the remote cloud api | Robin Appelman | 2017-12-08 | 1 | -1/+12 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix and extend behat tests | Arthur Schiwon | 2017-01-19 | 1 | -0/+10 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Add transfer ownership integration tests (#26543) | Vincent Petry | 2016-12-19 | 1 | -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 tests | Roeland Jago Douma | 2016-12-02 | 1 | -0/+10 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Add integration test for web based installer | Morris Jobke | 2016-11-21 | 1 | -0/+10 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Split the context so we don't reset the config on each test | Joas Schilling | 2016-03-15 | 1 | -0/+10 |
| | |||||
* | Checksum intergration test | Roeland Jago Douma | 2016-03-01 | 1 | -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 to | Lukas Reschke | 2016-02-29 | 1 | -0/+4 |
| | |||||
* | Add integration tests for tags | Lukas Reschke | 2016-02-19 | 1 | -0/+2 |
| | |||||
* | Add integration tests for comments | Lukas Reschke | 2016-02-19 | 1 | -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 tests | Sergio Bertolin | 2015-12-02 | 1 | -1/+12 |
| | |||||
* | Restructured FeatureContext to reuse some parts and run two servers in parallel | Sergio Bertolin | 2015-11-26 | 1 | -0/+11 |
| | |||||
* | Upgrade behat to 3.0.x and use @BeforeScenario and @AfterScenario to clean ↵ | Thomas Müller | 2015-10-29 | 1 | -16/+17 |
| | | | | up users | ||||
* | Added more tests and fixed a problem with asort which was returning false ↵ | Sergio Bertolin | 2015-10-20 | 1 | -0/+1 |
| | | | | positives | ||||
* | Support different server ports - defined by EXECUTOR_NUMBER | Thomas Müller | 2015-09-29 | 1 | -2/+2 |
| | |||||
* | First integration tests for provisioning api | Thomas Müller | 2015-09-29 | 1 | -0/+17 |