E2E App
April 9, 2026 ยท View on GitHub
This is a Symfony application designed for end-to-end testing.
It serves for testing UX packages in a real-world scenario, to ensure they work as expected for multiple Symfony versions and various browsers.
Requirements
- Symfony CLI
- PHP 8.4 or higher
- Docker and Docker Compose
- Composer
Installation
docker compose up -d
symfony php ../../.github/build-packages.php
SYMFONY_REQUIRE=6.4.* symfony composer update
# or...
SYMFONY_REQUIRE=7.3.* symfony composer update
Usage
symfony serve
The application will be available at http://localhost:9876.