aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_framework/phpbb_ui_test_case.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/16239] Update DB tools in UI test casemrgoldy2019-11-301-1/+2
* 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
| * [ticket/16078] Try using retries for timeout issueMarc Alexander2019-10-191-1/+17
* | 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
| * [ticket/16078] Use headless chrome and disable gpu accelerationMarc Alexander2019-06-191-0/+2
* | 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
* | [ticket/14948] Remove checks for unsupported PHP versionsMarc Alexander2019-05-091-7/+2
* | [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-3/+3
* | [ticket/15725] Fix installing ext in tests for master branchrxu2019-05-091-2/+78
|/
* [ticket/15997] Use higher than default timeout for webdriver connectionsMarc Alexander2019-03-191-1/+6
* [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/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-1/+1
* [ticket/14947] Create new webdriver instance for every testMarc Alexander2017-01-021-35/+37
* [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-031-1/+2
* | [ticket/13616] Fix UI testsTristan Darricau2016-04-031-2/+10
* | [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-161-7/+49
|\ \
| * | [ticket/14462] Fix testsMate Bartus2016-02-121-3/+7
| * | [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
| * | [ticket/14462] Fix installation in testsMate Bartus2016-02-121-6/+15
* | | [ticket/14478] Move facebook/webdriver dependency to main composer fileMarc Alexander2016-02-141-3/+8
|/ /
* | [ticket/14270] Purge cache when the installer is finishedMate Bartus2015-11-081-1/+2
* | [ticket/14044] Deduplicate the installersMate Bartus2015-10-221-75/+84
|/
* [ticket/13325] Make installing composer dependencies in tests folder optional.Andreas Fischer2014-11-121-1/+13
* [ticket/13325] Remove whitespace at end of line.Andreas Fischer2014-11-121-1/+1
* [ticket/12962] Add facebook/webdriver dependencyDhruv2014-09-211-1/+1
* [ticket/12962] Fix whitespace charactersDhruv2014-09-211-16/+16
* [ticket/12962] Force language=en for UI tests installationDhruv2014-09-211-1/+1
* [ticket/12962] Mark test skipped when phantom server not runningDhruv2014-09-211-2/+6
* [ticket/12962] Add quick-links JS testDhruv2014-09-211-3/+1
* [ticket/12962] Add initial class for ui_testingDhruv2014-09-211-0/+190