Commands.app

php artisan test

Testing

Run the application tests

Options & Flags
Available options for this command
--parallel

Run tests in parallel

--filter

Filter which tests to run

--coverage

Generate code coverage report

Examples
Common usage examples

Run all tests

php artisan test

Run tests in parallel

php artisan test --parallel

Run specific test

php artisan test --filter UserTest
Related Commands
You might also find these useful