mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-21 11:28:58 +01:00
chore: Skip playwright instaling browsers (#8935)
* Push * try npmrc route * Rootnpmrc * Add command to install chromium for running tests
This commit is contained in:
parent
3ff0084dc3
commit
828276f06b
@ -97,6 +97,8 @@ Test samples are kept in `/test/xxx/samples` folder.
|
||||
|
||||
#### Running tests
|
||||
|
||||
> PREREQUISITE: Install chromium via playwright by running `pnpm playwright install chromium`
|
||||
|
||||
1. To run test, run `pnpm test`.
|
||||
1. To run test for a specific feature, you can use the `-g` (aka `--grep`) option. For example, to only run test involving transitions, run `pnpm test -- -g transition`.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user