aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [ticket/security-250] Check form key when approving group membershipMarc Alexander2020-01-031-12/+21
* [ticket/16078] Use while loop for visit retriesMarc Alexander2019-10-201-7/+10
* [ticket/16078] Try using retries for timeout issueMarc Alexander2019-10-191-1/+17
* [ticket/security/244] Add missing form parameters to testsMarc Alexander2019-08-241-14/+37
* [ticket/16078] Add use statement for ChromeOptionsMarc Alexander2019-06-191-0/+1
* [ticket/16078] Use headless chrome and disable gpu accelerationMarc Alexander2019-06-191-0/+2
* [ticket/16078] Use chrome as webdriverMarc Alexander2019-06-061-3/+3
* [ticket/16027] Force clearing of cache folder on install for functionalMarc Alexander2019-04-241-0/+8
* [ticket/15997] Use higher than default timeout for webdriver connectionsMarc Alexander2019-03-191-1/+6
* [ticket/10432] Don't require username when user forgets passwordJakub Senko2018-10-181-2/+3
* Merge pull request #5397 from VSEphpbb/ticket/15824Marc Alexander2018-10-131-0/+49
|\
| * [ticket/15824] Add UI test method to wait for AJAX requestsMatt Friedman2018-10-031-0/+33
| * [ticket/15824] Make UI test framework correctly install extsMatt Friedman2018-10-011-0/+10
| * [ticket/15824] Fix cache initialization in UI frameworkMatt Friedman2018-10-011-0/+6
* | [ticket/15733] Remove unused code related to deprecated flood controlMikelAlejoBR2018-07-281-4/+0
|/
* [ticket/15531] Log malformed BBCodesJoshyPHP2018-01-221-2/+5
* [ticket/15055] Fix line break and disable sql server 2017 for nowMarc Alexander2018-01-091-1/+1
* [ticket/15055] Display content on unexpted server errorMarc Alexander2018-01-081-1/+6
* Merge pull request #4680 from marc1706/ticket/15055Derky2018-01-053-1/+85
|\
| * [ticket/15055] Add comments explaining overriden createXMLDataSet()Marc Alexander2018-01-011-0/+14
| * [ticket/15055] Try using build matrixMarc Alexander2018-01-011-0/+8
| * [ticket/15055] Only drop dependent PK indexes and fix more tests for mssqlMarc Alexander2018-01-011-7/+23
| * [ticket/15055] Handle default identity column on mssql in database testsMarc Alexander2018-01-011-0/+47
| * [ticket/15055] Further fixes to ensure PHP 7.1 & mssql compatibilityMarc Alexander2018-01-011-1/+0
* | [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-014-5/+5
|/
* [ticket/15201] Fix testsRubén Calvo2017-09-081-0/+3
* [ticket/15036] Unlink install_config during functional testingMarc Alexander2017-01-211-0/+7
* Merge branch 'ticket/14957' into ticket/14957-rheaMarc Alexander2017-01-031-0/+1
|\
* | [ticket/14947] Create new webdriver instance for every testMarc Alexander2017-01-021-35/+37
* | [ticket/12610] Add command to check if the board is up to date.Etienne Baroux2016-12-031-1/+1
* | [ticket/14492] Set install extensions to synthetic and fix step countMarc Alexander2016-12-031-0/+2
* | [ticket/14739] Remove SQLite 2.8.x database driverJakub Senko2016-11-163-26/+2
* | [ticket/14484] Remove duplicate methods and no longer needed callsMarc Alexander2016-09-211-45/+56
* | [ticket/14484] Remove invalid code caused by merge conflictMarc Alexander2016-09-181-4/+0
* | Merge branch 'ticket/14484' into ticket/14484-rheaMarc Alexander2016-09-181-26/+141
|\|
| * [ticket/14484] Properly enable extensions in UI testsMarc Alexander2016-07-311-9/+18
| * [ticket/14484] Move facebook webdriver to main composer.jsonMarc Alexander2016-07-271-5/+363
* | [ticket/13616] Fix CS + constant in the core extensionTristan Darricau2016-04-032-2/+4
* | [ticket/13616] Fix UI testsTristan Darricau2016-04-031-2/+10
* | [ticket/13616] Cleanup globals after installing the board in func testsTristan Darricau2016-04-031-2/+10
* | [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-311-1/+0
* | [ticket/14555] Uniformize cache directory usagesTristan Darricau2016-03-241-1/+2
* | [ticket/14488] Delete cookies to get correct session ID during loginMarc Alexander2016-02-181-0/+2
* | [ticket/14315] Properly get sid from cookies and simplify take_screenshotMarc Alexander2016-02-181-36/+15
* | [ticket/14315] Add logout to ui tests and use in permissions role testMarc Alexander2016-02-171-0/+10
* | [ticket/14315] Add more functionality to ui test casesMarc Alexander2016-02-161-0/+208
* | Merge pull request #4171 from CHItA/ticket/14462Tristan Darricau2016-02-162-13/+65
|\ \
| * | [ticket/14462] Fix testsMate Bartus2016-02-122-6/+14
| * | [ticket/14462] Fix CS and typoMate Bartus2016-02-121-1/+1
| * | [ticket/14462] Set instance of db driver for database access using globalMarc Alexander2016-02-121-1/+30