aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_framework/phpbb_ui_test_case.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16239] Update DB tools in UI test casemrgoldy2019-11-301-1/+2
| | | | PHPBB3-16239
* Merge branch '3.2.x' into 3.3.xMarc Alexander2019-10-201-1/+20
|\
| * [ticket/16078] Use while loop for visit retriesMarc Alexander2019-10-201-7/+10
| | | | | | | | PHPBB3-16078
| * [ticket/16078] Try using retries for timeout issueMarc Alexander2019-10-191-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
* | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-06-231-0/+3
|\ \ | |/
| * [ticket/16078] Add use statement for ChromeOptionsMarc Alexander2019-06-191-0/+1
| | | | | | | | PHPBB3-16078
| * [ticket/16078] Use headless chrome and disable gpu accelerationMarc Alexander2019-06-191-0/+2
| | | | | | | | | | | | This is to hopefully get rid of some of the issues with timeouts. PHPBB3-16078
* | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-06-061-3/+3
|\ \ | |/
| * [ticket/16078] Use chrome as webdriverMarc Alexander2019-06-061-3/+3
| | | | | | | | PHPBB3-16078
* | [ticket/14948] Remove checks for unsupported PHP versionsMarc Alexander2019-05-091-7/+2
| | | | | | | | PHPBB3-14948
* | [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-3/+3
| | | | | | | | PHPBB3-14948
* | [ticket/15725] Fix installing ext in tests for master branchrxu2019-05-091-2/+78
|/ | | | PHPBB3-15725
* [ticket/15997] Use higher than default timeout for webdriver connectionsMarc Alexander2019-03-191-1/+6
| | | | PHPBB3-15997
* [ticket/15824] Add UI test method to wait for AJAX requestsMatt Friedman2018-10-031-0/+33
| | | | PHPBB3-15824
* [ticket/15824] Make UI test framework correctly install extsMatt Friedman2018-10-011-0/+10
| | | | PHPBB3-15824
* [ticket/15824] Fix cache initialization in UI frameworkMatt Friedman2018-10-011-0/+6
| | | | PHPBB3-15824
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-1/+1
| | | | PHPBB3-14972
* [ticket/14947] Create new webdriver instance for every testMarc Alexander2017-01-021-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/14484] Remove duplicate methods and no longer needed callsMarc Alexander2016-09-211-45/+56
| | | | PHPBB3-14484
* [ticket/14484] Remove invalid code caused by merge conflictMarc Alexander2016-09-181-4/+0
| | | | PHPBB3-14484
* 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
| | | | | | | | PHPBB3-14484
| * [ticket/14484] Move facebook webdriver to main composer.jsonMarc Alexander2016-07-271-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 extensionTristan Darricau2016-04-031-1/+2
| | | | | | | | PHPBB3-13616
* | [ticket/13616] Fix UI testsTristan Darricau2016-04-031-2/+10
| | | | | | | | PHPBB3-13616
* | [ticket/14488] Delete cookies to get correct session ID during loginMarc Alexander2016-02-181-0/+2
| | | | | | | | PHPBB3-14488
* | [ticket/14315] Properly get sid from cookies and simplify take_screenshotMarc Alexander2016-02-181-36/+15
| | | | | | | | PHPBB3-14315
* | [ticket/14315] Add logout to ui tests and use in permissions role testMarc Alexander2016-02-171-0/+10
| | | | | | | | PHPBB3-14315
* | [ticket/14315] Add more functionality to ui test casesMarc Alexander2016-02-161-0/+208
| | | | | | | | PHPBB3-14315
* | Merge pull request #4171 from CHItA/ticket/14462Tristan Darricau2016-02-161-7/+49
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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 testsMate Bartus2016-02-121-3/+7
| | | | | | | | | | | | PHPBB3-14462
| * | [ticket/14462] Fix CS and typoMate Bartus2016-02-121-1/+1
| | | | | | | | | | | | PHPBB3-14462
| * | [ticket/14462] Set instance of db driver for database access using globalMarc Alexander2016-02-121-1/+30
| | | | | | | | | | | | PHPBB3-14462
| * | [ticket/14462] Fix installation in testsMate Bartus2016-02-121-6/+15
| | | | | | | | | | | | PHPBB3-14462
* | | [ticket/14478] Move facebook/webdriver dependency to main composer fileMarc Alexander2016-02-141-3/+8
|/ / | | | | | | | | | | | | Also updated to latest version and now using proper version in composer.json. PHPBB3-14478
* | [ticket/14270] Purge cache when the installer is finishedMate Bartus2015-11-081-1/+2
| | | | | | | | PHPBB3-14270
* | [ticket/14044] Deduplicate the installersMate Bartus2015-10-221-75/+84
|/ | | | PHPBB3-14044
* [ticket/13325] Make installing composer dependencies in tests folder optional.Andreas Fischer2014-11-121-1/+13
| | | | | | | | Make phpbb_ui_test_case available unconditionally. Nothing depends on 5.3.19 here. Remove __init__ include. Composer classmap autoloading ensures classes can be loaded. PHPBB3-13325
* [ticket/13325] Remove whitespace at end of line.Andreas Fischer2014-11-121-1/+1
| | | | PHPBB3-13325
* [ticket/12962] Add facebook/webdriver dependencyDhruv2014-09-211-1/+1
| | | | | | | Create a new composer.json for tests dir and add facebook/webdriver dependency PHPBB3-12962
* [ticket/12962] Fix whitespace charactersDhruv2014-09-211-16/+16
| | | | PHPBB3-12962
* [ticket/12962] Force language=en for UI tests installationDhruv2014-09-211-1/+1
| | | | PHPBB3-12962
* [ticket/12962] Mark test skipped when phantom server not runningDhruv2014-09-211-2/+6
| | | | PHPBB3-12962
* [ticket/12962] Add quick-links JS testDhruv2014-09-211-3/+1
| | | | PHPBB3-12962
* [ticket/12962] Add initial class for ui_testingDhruv2014-09-211-0/+190
PHPBB3-12962