Run the following command to install the dependencies:
make setupOpen your browser and navigate to http://localhost:8000 to see the application in action.
To start a PHP built-in server, run:
make startRun following command to add composer dependency:
make composer require --dev testcontainers/testcontainersOpen Run and Debug side bar, select Listen for XDebug and start debugging.
To see the Selenium Chrome browser in Codespaces via VNC, open: https://CODESPACE-HOST-ON-PORT-7900.app.github.dev?autoconnect=1&resize=scale&password=secret
Run the following command to run the tests:
make feedback