t3v / t3v_testing
The testing extension of TYPO3voilà.
Installs: 163
Dependents: 8
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 1
Type:typo3-cms-extension
Requires
- php: >= 8.0
- typo3/cms-core: ^11.5.22 || ^12.1.3
- typo3/testing-framework: ^6.16 || dev-main
Requires (Dev)
- ext-dom: *
Replaces
- typo3-ter/t3v_testing: 3.1.0
README
The testing extension of TYPO3voilà.
Dependencies
- PHP 8.0 or greater
- TYPO3 CMS Core 11.5 or greater
Installation
- Add T3v Testing as develop dependency to the Composer configuration
- Run
composer install
orcomposer update
to install all dependencies with Composer
Development
Setup
git clone https://github.com/t3v/t3v_testing.git && cd t3v_testing ./Scripts/Setup.sh
Testing
./Scripts/Tests.sh ./Scripts/Tests/Unit.sh ./Scripts/Tests/Functional.sh ./Scripts/Tests/Migrate.sh
Bug Reports
GitHub Issues are used for managing bug reports and feature requests. If you run into issues, please search the issues and submit new problems here.
Versioning
This project aims to adhere to Semantic Versioning 2.0.0. Violations of this scheme should be reported as bugs. Specifically, if a minor or patch version is being released that breaks backward compatibility, that version should be immediately yanked and / or a new version should be immediately released that restores compatibility.
License
T3v Testing is released under the MIT License (MIT), see LICENSE.