-
Notifications
You must be signed in to change notification settings - Fork 1
Running Tests
Azizul Hakim edited this page Apr 2, 2024
·
1 revision
To ensure the reliability and correctness of your application, it's essential to execute tests. Follow these simple steps:
-
Running Tests:
You have two convenient options for running tests:
-
Using Pest:
Execute tests with Pest, a delightful PHP testing framework. Simply run the following command:
./vendor/bin/pest
-
Using Artisan:
Laravel's Artisan command-line tool provides seamless testing capabilities. Run the tests with the following Artisan command:
php artisan test
-
Running tests is crucial to ensure the reliability and correctness of your application's functionality. The above commands will initiate the testing process and provide you with valuable insights into the quality of your codebase.
Copyright 2024, @AHS12 All Right Reserved