Skip to content

Commit

Permalink
add testing to docs (#2102)
Browse files Browse the repository at this point in the history
  • Loading branch information
D4ve-R authored Dec 13, 2024
1 parent f7a0e96 commit b7c7e27
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b7c7e27

Please sign in to comment.