From b7c7e27c02029cd623fa4e3fb85482c0e87bcc43 Mon Sep 17 00:00:00 2001 From: Dave <69651599+D4ve-R@users.noreply.github.com> Date: Fri, 13 Dec 2024 02:34:22 +0100 Subject: [PATCH] add testing to docs (#2102) --- .github/CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 44ccfe52d..dcc0c3063 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -59,6 +59,14 @@ npm run build php artisan inertia:start-ssr ``` +## Testing + +Inertia.js uses [Playwright](https://playwright.dev/) for testing. To run the tests, use the following command: + +```sh +cd tests && npx playwright test +``` + ## Publishing This section is really for the benefit of the core maintainers.