[TASK] Switch to chrome in ac tests
The acceptance tests currently rely on firefox esr build and younger firefox versions don't run with given web driver. The patch updates selenium dependency to youngest version, adds chrome webdriver as dependency, hands over some start arguments to chrome and fixes a couple of tests to stabilize the acceptance tests with chrome. Goal is a quicker acceptance tests execution with chrome instead of firefox. Furthermore, it is now much easier to execute the acceptance tests locally since just a "current" chrome version is needed instead of an outdated firefox nobody has installed by default. Additionally, chrome strives for a headless version in its current dev build, which is an additional option for the tests later to drop another dependency. Change-Id: I2688969d70d95849145f931d86879e81d0d493f6 Resolves: #81010 Releases: master, 8.7 Reviewed-on: https://review.typo3.org/52560 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- composer.json 2 additions, 1 deletioncomposer.json
- composer.lock 96 additions, 12 deletionscomposer.lock
- typo3/sysext/core/Tests/Acceptance.suite.yml 5 additions, 3 deletionstypo3/sysext/core/Tests/Acceptance.suite.yml
- typo3/sysext/core/Tests/Acceptance/Backend/Formhandler/CategoryTreeCest.php 5 additions, 0 deletions...Tests/Acceptance/Backend/Formhandler/CategoryTreeCest.php
- typo3/sysext/core/Tests/Acceptance/Backend/Formhandler/ElementsBasicInputCest.php 1 addition, 1 deletion...Acceptance/Backend/Formhandler/ElementsBasicInputCest.php
- typo3/sysext/core/Tests/Acceptance/Backend/Formhandler/ElementsBasicInputDateCest.php 1 addition, 1 deletion...ptance/Backend/Formhandler/ElementsBasicInputDateCest.php
- typo3/sysext/core/Tests/Acceptance/Backend/Formhandler/ElementsGroupCest.php 10 additions, 6 deletions...ests/Acceptance/Backend/Formhandler/ElementsGroupCest.php
- typo3/sysext/core/Tests/Acceptance/Backend/Formhandler/Inline1nCest.php 1 addition, 1 deletion...ore/Tests/Acceptance/Backend/Formhandler/Inline1nCest.php
- typo3/sysext/core/Tests/Acceptance/Backend/Language/LanguageCest.php 2 additions, 2 deletions...t/core/Tests/Acceptance/Backend/Language/LanguageCest.php
- typo3/sysext/core/Tests/Acceptance/Backend/Template/TemplateCest.php 10 additions, 18 deletions...t/core/Tests/Acceptance/Backend/Template/TemplateCest.php
- typo3/sysext/core/Tests/Acceptance/Backend/Topbar/NavigationComponentTreeCest.php 5 additions, 5 deletions...Acceptance/Backend/Topbar/NavigationComponentTreeCest.php
Please register or sign in to comment