[TASK] Refactor acceptance tests
typo3/testing-framework got a major release: composer update typo3/testing-framework ^4.0 * codeception acceptance tests now live in a proper php namespace * merged installation suites yml files into one * installer tests are now one suite with different environment settings * aligned with changes in typo3/testing-framework * renamed Acceptance test suite to Backend test suite * removed Admin/Editor steps, replaced with useExistingLogin('role') Resolves: #85472 Releases: master Change-Id: Ia049b43f5f9f645dddb509bde557ad83a7ac9023 Reviewed-on: https://review.typo3.org/57461 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- .gitignore 2 additions, 0 deletions.gitignore
- Build/Scripts/annotationChecker.php 2 additions, 0 deletionsBuild/Scripts/annotationChecker.php
- Build/bamboo/src/main/java/core/AbstractCoreSpec.java 27 additions, 19 deletionsBuild/bamboo/src/main/java/core/AbstractCoreSpec.java
- composer.json 1 addition, 1 deletioncomposer.json
- composer.lock 13 additions, 15 deletionscomposer.lock
- typo3/sysext/core/Tests/Acceptance.suite.yml 0 additions, 21 deletionstypo3/sysext/core/Tests/Acceptance.suite.yml
- typo3/sysext/core/Tests/Acceptance/Backend.suite.yml 38 additions, 0 deletionstypo3/sysext/core/Tests/Acceptance/Backend.suite.yml
- typo3/sysext/core/Tests/Acceptance/Backend/BackendUser/CompareUserCest.php 8 additions, 9 deletions.../Tests/Acceptance/Backend/BackendUser/CompareUserCest.php
- typo3/sysext/core/Tests/Acceptance/Backend/BackendUser/ListGroupCest.php 15 additions, 13 deletions...re/Tests/Acceptance/Backend/BackendUser/ListGroupCest.php
- typo3/sysext/core/Tests/Acceptance/Backend/BackendUser/ListUserCest.php 33 additions, 34 deletions...ore/Tests/Acceptance/Backend/BackendUser/ListUserCest.php
- typo3/sysext/core/Tests/Acceptance/Backend/Extensionmanager/GetExtensionsCest.php 13 additions, 12 deletions...Acceptance/Backend/Extensionmanager/GetExtensionsCest.php
- typo3/sysext/core/Tests/Acceptance/Backend/Extensionmanager/InstalledExtensionsCest.php 11 additions, 10 deletions...ance/Backend/Extensionmanager/InstalledExtensionsCest.php
- typo3/sysext/core/Tests/Acceptance/Backend/FileList/FileMetaDataCest.php 6 additions, 11 deletions...re/Tests/Acceptance/Backend/FileList/FileMetaDataCest.php
- typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/AbstractElementsBasicCest.php 126 additions, 0 deletions...ceptance/Backend/FormEngine/AbstractElementsBasicCest.php
- typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/CategoryTreeCest.php 10 additions, 9 deletions.../Tests/Acceptance/Backend/FormEngine/CategoryTreeCest.php
- typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/ElementsBasicInputCest.php 386 additions, 0 deletions.../Acceptance/Backend/FormEngine/ElementsBasicInputCest.php
- typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/ElementsBasicInputDateCest.php 319 additions, 0 deletions...eptance/Backend/FormEngine/ElementsBasicInputDateCest.php
- typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/ElementsGroupCest.php 23 additions, 16 deletions...Tests/Acceptance/Backend/FormEngine/ElementsGroupCest.php
- typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/FalMetadataInheritanceCest.php 21 additions, 14 deletions...eptance/Backend/FormEngine/FalMetadataInheritanceCest.php
- typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/Inline1nCest.php 21 additions, 13 deletions...core/Tests/Acceptance/Backend/FormEngine/Inline1nCest.php
Please register or sign in to comment