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

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.