aboutsummaryrefslogtreecommitdiffstats
path: root/build/integration/run.sh
Commit message (Collapse)AuthorAgeFilesLines
* Add integration tests for federated shares from unavailable serversDaniel Calviño Sánchez2021-11-051-4/+2
| | | | | | | | The federated server needs to be stopped during the tests, so it is now stopped in the FederationContext for each scenario instead of just once in the run.sh script. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Allow local remotes in integration testsJoas Schilling2020-04-151-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add install logic for enable commandDaniel Kesselberg2019-02-191-2/+0
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Strict Types, Return TypesDaniel Kesselberg2019-02-191-4/+4
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* behat integration tests for LDAP, basic setupArthur Schiwon2018-08-091-1/+4
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Make possible to provide "--tags=XXX" parameter to BehatDaniel Calviño Sánchez2018-04-061-1/+7
| | | | | | | "--tags=XXX" limits the features or scenarios to be run to those matching the tag filter expression. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* fix setup of external storage integration testsRobin Appelman2017-03-301-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #3879 from nextcloud/downstream-26915Morris Jobke2017-03-231-1/+1
|\ | | | | Added integration tests for sharees using v2.php
| * Use proper bash test syntaxMorris Jobke2017-03-201-1/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | add integration test to ensure that shares dont overwrite external storagesRobin Appelman2017-03-221-1/+1
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Adjust to Nextcloud changesLukas Reschke2016-12-191-13/+31
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add transfer ownership integration tests (#26543)Vincent Petry2016-12-191-38/+16
| | | | | | | | * Add transfer ownership integration tests * Added more transfer ownership tests and OCC checks Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add integration test for web based installerMorris Jobke2016-11-211-14/+27
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Creating the folder when the tests runSergio Bertolín2016-08-301-1/+2
|
* External storage was not enabled and content was not deleted before scenariosSergio Bertolín2016-08-301-0/+6
|
* Run as current userSergio Bertolin2016-08-301-5/+3
|
* Removed extra context added needed option and remove storage after external ↵Sergio Bertolin2016-08-301-0/+2
| | | | storage scenarios
* Modified run.sh to mount a local storageSergio Bertolin2016-08-301-0/+8
|
* Implement brute force protectionLukas Reschke2016-07-201-0/+3
| | | | | | | | | Class Throttler implements the bruteforce protection for security actions in Nextcloud. It is working by logging invalid login attempts to the database and slowing down all login attempts from the same subnet. The max delay is 30 seconds and the starting delay are 200 milliseconds. (after the first failed login)
* Changed name of default logfile from owncloud.log to nextcloud.log.Thomas Pulzer2016-07-041-1/+1
|
* Add integration testsMorris Jobke2016-06-141-0/+9
|
* forgotten variableSergio Bertolin2015-12-041-1/+1
|
* Controlled arguments for run scriptSergio Bertolin2015-12-041-1/+6
|
* add parameter to call single behat testsMorris Jobke2015-12-011-1/+1
|
* tail the server log and exit with the exit code of behatThomas Müller2015-12-011-2/+7
|
* Restructured FeatureContext to reuse some parts and run two servers in parallelSergio Bertolin2015-11-261-0/+9
|
* Upgrade behat to 3.0.x and use @BeforeScenario and @AfterScenario to clean ↵Thomas Müller2015-10-291-1/+1
| | | | up users
* Support different server ports - defined by EXECUTOR_NUMBERThomas Müller2015-09-291-6/+6
|
* Use ci profileThomas Müller2015-09-291-1/+1
|
* Use fixed port for nowThomas Müller2015-09-291-5/+6
|
* First integration tests for provisioning apiThomas Müller2015-09-291-0/+18