Laravel - Browser Tests - Continuous Integration
Most Dusk continuous integration configurations expect your Laravel application to be served using the built-in PHP development server on port 8000. Therefore, before continuing, you should ensure that your continuous integration environment has anAPP_URL
environment variable value ofhttp://127.0.0.1:8000
.