docs
docs copied to clipboard
The official documentation for Pest.
Using `--ci` can save you if you accidently add a `->only()` to one of your tests, which would prevent the whole testsuite from running. [See `Only` plugin](https://github.com/pestphp/pest/blob/853f6efce6bc86636f48a0e921a44ccee9a66cf3/src/Plugins/Only.php#L43-L45) I guess the...
Hey Pest Team, The PR updates the reference from "Features" to the more commonly used "Feature" based on the other docs. Also, I've updated the visibility on the method to...
Hello everybody, This PR proposes adding a simple example for failing a test inside a Custom Expectation with. `test()->fail()`. The idea is motivated by a question in the `PEST community`...
Hello everybody, This PR proposes an improvement on `fail()` and `fails()` methods. I have provided new examples for PASS and FAIL for `fails()`, replacing the `\Exception` with the `fail()` method,...
Reports that watch's mode output it's not colored and let the reader be aware of the `--colors` flag.
Installing the pest on **Laravel 10.x** version by following the documentation: https://pestphp.com/docs/installation - ✅ Installed the pest successfully - ❌ Unable to generate the config file by `./vendor/bin/pest --init` command:...
Updates `plugins.md` to add reference to the `php artisan pest:dusk` command available via this plugin.