smousss/laravel-pestifize

Convert PHPUnit tests to Pest 2 using GPT-4.
240 14
Install
composer require smousss/laravel-pestifize
Latest Version:0.1.3
PHP:^8.1
License:MIT
Last Updated:Apr 26, 2023
Links: GitHub  ·  Packagist
Maintainer: benjamincrozat

Pestifize

Convert all your tests from PHPUnit to Pest 2

Latest Version on Packagist GitHub Tests Action Status Total Downloads

Smousss Pestifize converts every PHPUnit test you have to Pest 2. In other words, it makes your tests more readable, maintainable and less verbose in a matter of seconds.

Installation

Install the package via Composer:

composer require smousss/laravel-pestifize --dev

Publish the config file:

php artisan vendor:publish --tag=pestifize-config

Usage

First, generate a secret key on smousss.com.

Then, start migrating your PHPUnit tests to Pest 2:

php artisan smousss:pestifize

Credit

Pestifize for Laravel has been developed by Benjamin Crozat for Smousss (Twitter).

License

MIT

Related Packages

gessyken/laravel-test-accelerator

A powerful Laravel package to accelerate the development and testing process of...

7 1
kwaku/laravel-test-mcp

MCP server for running Laravel Pest and PHPUnit tests from AI assistants like Cl...

921 1
mahbubhelal/refresh-databases

A Laravel package that extends RefreshDatabase trait to support multiple databas...

62 0