docs(readme): update tests that need passing for accepting contributions (#18302)

This commit is contained in:
Erik Montes 2023-10-13 00:14:43 -07:00 committed by GitHub
parent 1f93615e0c
commit 9d17146542
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,6 +58,8 @@ The Strapi core team will review your pull request and either merge it, request
- Ensure the following test suites are passing:
- `yarn test:unit`
- `yarn test:front`
- `yarn test:e2e --setup --concurrency=1`
- you ***may*** need to install Playwright browsers first: `yarn playwright install`
- Make sure your code lints by running `yarn lint`.
- If your contribution fixes an existing issue, please make sure to link it in your pull request.