Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/16078] Use while loop for visit retries | Marc Alexander | 2019-10-20 | 1 | -7/+10 |
| | | | | PHPBB3-16078 | ||||
* | [ticket/16078] Try using retries for timeout issue | Marc Alexander | 2019-10-19 | 1 | -1/+17 |
| | | | | | | | The timeout only seems to occur on the first test so let's see what a retry can do to help with this issue. PHPBB3-16078 | ||||
* | [ticket/security/244] Add missing form parameters to tests | Marc Alexander | 2019-08-24 | 1 | -14/+37 |
| | | | | SECURITY-244 | ||||
* | [ticket/16078] Add use statement for ChromeOptions | Marc Alexander | 2019-06-19 | 1 | -0/+1 |
| | | | | PHPBB3-16078 | ||||
* | [ticket/16078] Use headless chrome and disable gpu acceleration | Marc Alexander | 2019-06-19 | 1 | -0/+2 |
| | | | | | | This is to hopefully get rid of some of the issues with timeouts. PHPBB3-16078 | ||||
* | [ticket/16078] Use chrome as webdriver | Marc Alexander | 2019-06-06 | 1 | -3/+3 |
| | | | | PHPBB3-16078 | ||||
* | [ticket/16027] Force clearing of cache folder on install for functional | Marc Alexander | 2019-04-24 | 1 | -0/+8 |
| | | | | PHPBB3-16027 | ||||
* | [ticket/15997] Use higher than default timeout for webdriver connections | Marc Alexander | 2019-03-19 | 1 | -1/+6 |
| | | | | PHPBB3-15997 | ||||
* | [ticket/10432] Don't require username when user forgets password | Jakub Senko | 2018-10-18 | 1 | -2/+3 |
| | | | | PHPBB3-10432 | ||||
* | Merge pull request #5397 from VSEphpbb/ticket/15824 | Marc Alexander | 2018-10-13 | 1 | -0/+49 |
|\ | | | | | | | [ticket/15824] Fix and update UI framework | ||||
| * | [ticket/15824] Add UI test method to wait for AJAX requests | Matt Friedman | 2018-10-03 | 1 | -0/+33 |
| | | | | | | | | PHPBB3-15824 | ||||
| * | [ticket/15824] Make UI test framework correctly install exts | Matt Friedman | 2018-10-01 | 1 | -0/+10 |
| | | | | | | | | PHPBB3-15824 | ||||
| * | [ticket/15824] Fix cache initialization in UI framework | Matt Friedman | 2018-10-01 | 1 | -0/+6 |
| | | | | | | | | PHPBB3-15824 | ||||
* | | [ticket/15733] Remove unused code related to deprecated flood control | MikelAlejoBR | 2018-07-28 | 1 | -4/+0 |
|/ | | | | PHPBB3-15733 | ||||
* | [ticket/15531] Log malformed BBCodes | JoshyPHP | 2018-01-22 | 1 | -2/+5 |
| | | | | PHPBB3-15531 | ||||
* | [ticket/15055] Fix line break and disable sql server 2017 for now | Marc Alexander | 2018-01-09 | 1 | -1/+1 |
| | | | | | | | SQL Server 2017 currently fails for unknown reasons and just results in an overall longer build time. Therefore disabling it for now. PHPBB3-15055 | ||||
* | [ticket/15055] Display content on unexpted server error | Marc Alexander | 2018-01-08 | 1 | -1/+6 |
| | | | | PHPBB3-15055 | ||||
* | Merge pull request #4680 from marc1706/ticket/15055 | Derky | 2018-01-05 | 3 | -1/+85 |
|\ | | | | | | | [ticket/15055] Add appveyor file to allow running tests on appveyor as well | ||||
| * | [ticket/15055] Add comments explaining overriden createXMLDataSet() | Marc Alexander | 2018-01-01 | 1 | -0/+14 |
| | | | | | | | | PHPBB3-15055 | ||||
| * | [ticket/15055] Try using build matrix | Marc Alexander | 2018-01-01 | 1 | -0/+8 |
| | | | | | | | | PHPBB3-15055 | ||||
| * | [ticket/15055] Only drop dependent PK indexes and fix more tests for mssql | Marc Alexander | 2018-01-01 | 1 | -7/+23 |
| | | | | | | | | PHPBB3-15055 | ||||
| * | [ticket/15055] Handle default identity column on mssql in database tests | Marc Alexander | 2018-01-01 | 1 | -0/+47 |
| | | | | | | | | PHPBB3-15055 | ||||
| * | [ticket/15055] Further fixes to ensure PHP 7.1 & mssql compatibility | Marc Alexander | 2018-01-01 | 1 | -1/+0 |
| | | | | | | | | PHPBB3-15055 | ||||
* | | [ticket/14972] replace all occurrences of sizeof() with the count() | rxu | 2018-01-01 | 4 | -5/+5 |
|/ | | | | PHPBB3-14972 | ||||
* | [ticket/15201] Fix tests | Rubén Calvo | 2017-09-08 | 1 | -0/+3 |
| | | | | PHPBB3-15201 | ||||
* | [ticket/15036] Unlink install_config during functional testing | Marc Alexander | 2017-01-21 | 1 | -0/+7 |
| | | | | PHPBB3-15036 | ||||
* | Merge branch 'ticket/14957' into ticket/14957-rhea | Marc Alexander | 2017-01-03 | 1 | -0/+1 |
|\ | |||||
* | | [ticket/14947] Create new webdriver instance for every test | Marc Alexander | 2017-01-02 | 1 | -35/+37 |
| | | | | | | | | | | | | | | | | PHPUnit seems to have emptied the webdriver between every test, which causes curl errors. A new webdriver instance will now be created for every test file. This does not cause a lot of overhead for ui tests. PHPBB3-14947 | ||||
* | | [ticket/12610] Add command to check if the board is up to date. | Etienne Baroux | 2016-12-03 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-12610 | ||||
* | | [ticket/14492] Set install extensions to synthetic and fix step count | Marc Alexander | 2016-12-03 | 1 | -0/+2 |
| | | | | | | | | PHPBB3-14492 | ||||
* | | [ticket/14739] Remove SQLite 2.8.x database driver | Jakub Senko | 2016-11-16 | 3 | -26/+2 |
| | | | | | | | | PHPBB3-14739 | ||||
* | | [ticket/14484] Remove duplicate methods and no longer needed calls | Marc Alexander | 2016-09-21 | 1 | -45/+56 |
| | | | | | | | | PHPBB3-14484 | ||||
* | | [ticket/14484] Remove invalid code caused by merge conflict | Marc Alexander | 2016-09-18 | 1 | -4/+0 |
| | | | | | | | | PHPBB3-14484 | ||||
* | | Merge branch 'ticket/14484' into ticket/14484-rhea | Marc Alexander | 2016-09-18 | 1 | -26/+141 |
|\ \ | |/ | |||||
| * | [ticket/14484] Properly enable extensions in UI tests | Marc Alexander | 2016-07-31 | 1 | -9/+18 |
| | | | | | | | | PHPBB3-14484 | ||||
| * | [ticket/14484] Move facebook webdriver to main composer.json | Marc Alexander | 2016-07-27 | 1 | -5/+363 |
| | | | | | | | | | | | | | | Also updated ui test case file to have same feature set as the 3.2.x version. PHPBB3-14484 | ||||
* | | [ticket/13616] Fix CS + constant in the core extension | Tristan Darricau | 2016-04-03 | 2 | -2/+4 |
| | | | | | | | | PHPBB3-13616 | ||||
* | | [ticket/13616] Fix UI tests | Tristan Darricau | 2016-04-03 | 1 | -2/+10 |
| | | | | | | | | PHPBB3-13616 | ||||
* | | [ticket/13616] Cleanup globals after installing the board in func tests | Tristan Darricau | 2016-04-03 | 1 | -2/+10 |
| | | | | | | | | PHPBB3-13616 | ||||
* | | [ticket/14576] Move common required files to bootstrap | Matt Friedman | 2016-03-31 | 1 | -1/+0 |
| | | | | | | | | PHPBB3-14576 | ||||
* | | [ticket/14555] Uniformize cache directory usages | Tristan Darricau | 2016-03-24 | 1 | -1/+2 |
| | | | | | | | | PHPBB3-14555 | ||||
* | | [ticket/14488] Delete cookies to get correct session ID during login | Marc Alexander | 2016-02-18 | 1 | -0/+2 |
| | | | | | | | | PHPBB3-14488 | ||||
* | | [ticket/14315] Properly get sid from cookies and simplify take_screenshot | Marc Alexander | 2016-02-18 | 1 | -36/+15 |
| | | | | | | | | PHPBB3-14315 | ||||
* | | [ticket/14315] Add logout to ui tests and use in permissions role test | Marc Alexander | 2016-02-17 | 1 | -0/+10 |
| | | | | | | | | PHPBB3-14315 | ||||
* | | [ticket/14315] Add more functionality to ui test cases | Marc Alexander | 2016-02-16 | 1 | -0/+208 |
| | | | | | | | | PHPBB3-14315 | ||||
* | | Merge pull request #4171 from CHItA/ticket/14462 | Tristan Darricau | 2016-02-16 | 2 | -13/+65 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14462] Try to prevent timeouts in the installer * CHItA/ticket/14462: [ticket/14462] Not show timeout messages in convertors [ticket/14462] Make timeout error translateable [ticket/14462] Update ordering in install db config [ticket/14462] Fix comments [ticket/14462] Fix tests [ticket/14462] Fix CS and typo [ticket/14462] Set instance of db driver for database access using global [ticket/14462] Fix installation in tests [ticket/14462] Refactor tasks to be more modular [ticket/14462] Further speed improvements | ||||
| * | | [ticket/14462] Fix tests | Mate Bartus | 2016-02-12 | 2 | -6/+14 |
| | | | | | | | | | | | | PHPBB3-14462 | ||||
| * | | [ticket/14462] Fix CS and typo | Mate Bartus | 2016-02-12 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-14462 | ||||
| * | | [ticket/14462] Set instance of db driver for database access using global | Marc Alexander | 2016-02-12 | 1 | -1/+30 |
| | | | | | | | | | | | | PHPBB3-14462 | ||||
| * | | [ticket/14462] Fix installation in tests | Mate Bartus | 2016-02-12 | 2 | -12/+27 |
| | | | | | | | | | | | | PHPBB3-14462 |