1be392a16a
[ticket/16078] Use headless chrome and disable gpu acceleration
...
This is to hopefully get rid of some of the issues with timeouts.
PHPBB3-16078
2019-06-19 07:32:52 +02:00
34a6493fb5
[ticket/16078] Use chrome as webdriver
...
PHPBB3-16078
2019-06-06 18:57:01 +02:00
58f33921b5
[ticket/16027] Force clearing of cache folder on install for functional
...
PHPBB3-16027
2019-04-24 21:05:55 +02:00
220d388cac
[ticket/15997] Use higher than default timeout for webdriver connections
...
PHPBB3-15997
2019-03-19 21:20:38 +01:00
101d3b7633
[ticket/10432] Don't require username when user forgets password
...
PHPBB3-10432
2018-10-18 18:51:16 +02:00
7e003bf687
Merge pull request #5397 from VSEphpbb/ticket/15824
...
[ticket/15824] Fix and update UI framework
2018-10-13 17:06:10 -07:00
253b42372f
[ticket/15824] Add UI test method to wait for AJAX requests
...
PHPBB3-15824
2018-10-03 18:50:30 -07:00
b487a3d9ef
[ticket/15824] Make UI test framework correctly install exts
...
PHPBB3-15824
2018-10-01 17:29:13 -07:00
4a2b12a0c8
[ticket/15824] Fix cache initialization in UI framework
...
PHPBB3-15824
2018-10-01 13:56:37 -07:00
b2277e7bf6
[ticket/15733] Remove unused code related to deprecated flood control
...
PHPBB3-15733
2018-07-28 14:29:37 +02:00
531d9dfa1f
[ticket/15531] Log malformed BBCodes
...
PHPBB3-15531
2018-01-22 03:34:47 +01:00
3c7f45c166
[ticket/15055] Fix line break and disable sql server 2017 for now
...
SQL Server 2017 currently fails for unknown reasons and just results in
an overall longer build time. Therefore disabling it for now.
PHPBB3-15055
2018-01-09 21:22:58 +01:00
daf668a969
[ticket/15055] Display content on unexpted server error
...
PHPBB3-15055
2018-01-08 21:17:38 +01:00
182a96f273
Merge pull request #4680 from marc1706/ticket/15055
...
[ticket/15055] Add appveyor file to allow running tests on appveyor as well
2018-01-05 22:44:34 +01:00
4afb53dd8d
[ticket/15055] Add comments explaining overriden createXMLDataSet()
...
PHPBB3-15055
2018-01-01 18:57:56 +01:00
27a24d0a67
[ticket/15055] Try using build matrix
...
PHPBB3-15055
2018-01-01 18:55:19 +01:00
400fc0f73d
[ticket/15055] Only drop dependent PK indexes and fix more tests for mssql
...
PHPBB3-15055
2018-01-01 18:55:12 +01:00
f4381a20d4
[ticket/15055] Handle default identity column on mssql in database tests
...
PHPBB3-15055
2018-01-01 18:55:06 +01:00
66143e99be
[ticket/15055] Further fixes to ensure PHP 7.1 & mssql compatibility
...
PHPBB3-15055
2018-01-01 18:54:08 +01:00
f8fbe37936
[ticket/14972] replace all occurrences of sizeof() with the count()
...
PHPBB3-14972
2018-01-01 13:56:04 +01:00
4b1ec6abb7
[ticket/15201] Fix tests
...
PHPBB3-15201
2017-09-08 10:59:47 +02:00
4b2a5a41a7
[ticket/15036] Unlink install_config during functional testing
...
PHPBB3-15036
2017-01-21 10:28:08 +01:00
9f149e345b
Merge branch 'ticket/14957' into ticket/14957-rhea
2017-01-03 22:22:46 +01:00
429225027e
[ticket/14947] Create new webdriver instance for every test
...
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
2017-01-02 20:39:41 +01:00
346f31a031
[ticket/12610] Add command to check if the board is up to date.
...
PHPBB3-12610
2016-12-03 16:37:35 +01:00
eb1ade6768
[ticket/14492] Set install extensions to synthetic and fix step count
...
PHPBB3-14492
2016-12-03 14:23:34 +01:00
e974f338af
[ticket/14739] Remove SQLite 2.8.x database driver
...
PHPBB3-14739
2016-11-16 17:59:28 +01:00
2b22adbcac
[ticket/14484] Remove duplicate methods and no longer needed calls
...
PHPBB3-14484
2016-09-21 21:09:55 +02:00
6242698a84
[ticket/14484] Remove invalid code caused by merge conflict
...
PHPBB3-14484
2016-09-18 21:52:11 +02:00
229472cb07
Merge branch 'ticket/14484' into ticket/14484-rhea
2016-09-18 21:46:32 +02:00
d51c67440e
[ticket/14484] Properly enable extensions in UI tests
...
PHPBB3-14484
2016-07-31 20:08:58 +02:00
29d2c66922
[ticket/14484] Move facebook webdriver to main composer.json
...
Also updated ui test case file to have same feature set as
the 3.2.x version.
PHPBB3-14484
2016-07-27 19:41:42 +02:00
5754cbfec4
[ticket/13616] Fix CS + constant in the core extension
...
PHPBB3-13616
2016-04-03 16:23:16 +02:00
6d2acb5ba3
[ticket/13616] Fix UI tests
...
PHPBB3-13616
2016-04-03 16:23:16 +02:00
bffd963c50
[ticket/13616] Cleanup globals after installing the board in func tests
...
PHPBB3-13616
2016-04-03 16:23:16 +02:00
14e8113fcf
[ticket/14576] Move common required files to bootstrap
...
PHPBB3-14576
2016-03-31 11:06:47 -07:00
56c2caf6c0
[ticket/14555] Uniformize cache directory usages
...
PHPBB3-14555
2016-03-24 09:15:34 +01:00
ae22160243
[ticket/14488] Delete cookies to get correct session ID during login
...
PHPBB3-14488
2016-02-18 23:53:40 +01:00
7d41fe0136
[ticket/14315] Properly get sid from cookies and simplify take_screenshot
...
PHPBB3-14315
2016-02-18 11:22:02 +01:00
a75885bd85
[ticket/14315] Add logout to ui tests and use in permissions role test
...
PHPBB3-14315
2016-02-17 13:26:35 +01:00
845639ba37
[ticket/14315] Add more functionality to ui test cases
...
PHPBB3-14315
2016-02-16 22:45:31 +01:00
d0ce6a18df
Merge pull request #4171 from CHItA/ticket/14462
...
[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
2016-02-16 00:06:52 +01:00
d330ef8c1b
[ticket/14478] Move facebook/webdriver dependency to main composer file
...
Also updated to latest version and now using proper version in
composer.json.
PHPBB3-14478
2016-02-14 16:24:00 +01:00
97d128a7e4
[ticket/14462] Fix tests
...
PHPBB3-14462
2016-02-12 15:53:36 +01:00
7c0fb563ec
[ticket/14462] Fix CS and typo
...
PHPBB3-14462
2016-02-12 15:38:34 +01:00
90710ffe98
[ticket/14462] Set instance of db driver for database access using global
...
PHPBB3-14462
2016-02-12 14:31:30 +01:00
d63b5a1315
[ticket/14462] Fix installation in tests
...
PHPBB3-14462
2016-02-12 14:31:29 +01:00
fdb1622588
[ticket/14442] Use get_content() in functional test case
...
PHPBB3-14442
2016-02-01 19:34:58 +01:00
e4f562bdba
[ticket/14442] Use Goutte 2.0 instead of outdated 1.0
...
PHPBB3-14442
2016-02-01 15:25:31 +01:00
ad914a6880
Merge branch '3.1.x'
2016-01-26 08:57:36 +01:00