pest
pest copied to clipboard
Add the ability to publish and use test stubs
| Q | A |
|---|---|
| Bug fix? | no |
| New feature? | yes |
| Fixed tickets | - |
- Allow for feature, unit and browser test stubs to be publish to /stubs in a Laravel project
- When any of these stubs exist, use them for creating new test with
pest:test - Achieve compatibility with stubs used from calls to
make:test