web-id / laravel-playwright
Laravel Playwright Boilerplate
Installs: 2 522
Dependents: 0
Suggesters: 0
Security: 0
Stars: 14
Watchers: 4
Forks: 3
Open Issues: 1
Requires
- php: ^8.0
- illuminate/support: ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
This package is auto-updated.
Last update: 2024-10-14 12:00:40 UTC
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 web-id/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.