Skip to content

📝 update README.md #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down