web-id/laravel-playwright

Laravel Playwright Boilerplate

dev-main 2024-03-14 10:51 UTC

This package is auto-updated.

Last update: 2024-04-14 10:58:55 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

License

The MIT License (MIT). Please see License File for more information.