Skip to main content

๐Ÿงช Automated Tests

SaaSykit comes with an ever-growing test suite that covers the most important parts of the application.

Just like any Laravel-based application, you can run the tests by running the following command:

php artisan test

Tests are located in the tests directory. For more information about Laravel tests, check the official documentation.

We are going to keep covering more parts of the application with tests to mitigate any bugs that might arise and ensure smooth feature development for you.