solutionplus / laravel-feature-test
A Laravel package that provides utilities to help test REST API endpoints.
0.0.3
2025-05-19 12:54 UTC
Requires
- laravel/framework: >=9
- laravel/passport: >=10
Requires (Dev)
- orchestra/testbench: ^10.3
This package is auto-updated.
Last update: 2025-05-31 16:30:36 UTC
README
A lightweight Laravel package designed to simplify feature testing for your API, focusing on happy path scenarios. This package helps you structure and execute consistent, clean, and expressive tests across your Laravel applications.
โจ Features
- โ Predefined base test case classes for API feature testing
- ๐งช Built-in helpers to test successful API flows (happy path)
- ๐ Reusable traits for test setup and response assertions
- โ๏ธ Easy integration with existing Laravel test suites
๐ฆ Installation
composer require solutionplus/laravel-feature-test
License
Solutionplus/FeatureTest package is open-sourced software licensed under the MIT license.