reusserdesign / laravel-playwright
Laravel Playwright Boilerplate
Package info
github.com/reusserdesign/laravel-playwright
pkg:composer/reusserdesign/laravel-playwright
Requires
- php: ^8.0
- illuminate/support: ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
This package provides the necessary boilerplate to quickly begin testing your Laravel applications using Playwright.
Installation
If you haven't already installed Playwright; that's your first step.
yarn create playwright
Now you're ready to install this package through Composer. Pull it in as a development-only dependency.
composer require adrum/laravel-playwright --dev
Finally, run the playwright:boilerplate command to copy over the initial boilerplate files for your Playwright tests.
php artisan playwright:boilerplate
That's it! You're ready to go. We've provided an laravel-examples.spec.ts spec for you to play around with it. Let's run it now:
yarn playwright test
Credits
- Yoann Frommelt
- Jeffrey Way for the amazing inspiration
License
The MIT License (MIT). Please see License File for more information.