[TASK] Enable codeception and add simple mouse test
Resolves: #73216 Releases: master Change-Id: I0390afebbf296748452dd85a0fd5f34fb53adff4 Reviewed-on: https://review.typo3.org/46566 Reviewed-by:Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- composer.json 3 additions, 1 deletioncomposer.json
- composer.lock 561 additions, 2 deletionscomposer.lock
- typo3/sysext/core/Build/AcceptanceTests.yml 2 additions, 1 deletiontypo3/sysext/core/Build/AcceptanceTests.yml
- typo3/sysext/core/Build/Configuration/Acceptance/Support/Helper/Functional.php 10 additions, 0 deletions...ld/Configuration/Acceptance/Support/Helper/Functional.php
- typo3/sysext/core/Build/Configuration/Acceptance/Support/Helper/Unit.php 10 additions, 0 deletions...re/Build/Configuration/Acceptance/Support/Helper/Unit.php
- typo3/sysext/core/Build/Configuration/Acceptance/acceptance.suite.yml 10 additions, 3 deletions.../core/Build/Configuration/Acceptance/acceptance.suite.yml
- typo3/sysext/core/Tests/Acceptance/Backend/LoginCept.php 0 additions, 7 deletionstypo3/sysext/core/Tests/Acceptance/Backend/LoginCept.php
- typo3/sysext/core/Tests/Acceptance/Backend/LoginMouseOverCept.php 21 additions, 0 deletions...sext/core/Tests/Acceptance/Backend/LoginMouseOverCept.php
... | ... | @@ -51,7 +51,9 @@ |
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "~4.8.0", | ||
"mikey179/vfsStream": "1.6.0" | ||
"mikey179/vfsStream": "1.6.0", | ||
"codeception/codeception": "^2.1", | ||
"se/selenium-server-standalone": "~2.48.2" | ||
}, | ||
"suggest": { | ||
"ext-gd": "GDlib/Freetype is required for building images with text (GIFBUILDER) and can also be used to scale images", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment