diff --git a/README.md b/README.md index 0adb7b4..2602fd2 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,9 @@ That's it! You're ready to go. We've provided an `laravel-examples.spec.ts` spec yarn playwright test ``` +> [!CAUTION] +> The `laravel-examples.spec.ts` spec calls `php artisan migrate:fresh --seed` as one of the examples, so if you have important information in your local database make sure to either remove the [`Can execute arbitrary PHP`](./src/stubs/laravel-examples.spec.ts#L25) test first or switch the database (e.g. set a different `DB_CONNECTION` in your `.env`) + ## TODO - [ ] Make the tests can run in parallel to avoid database collisions