diff --git a/js/apps/admin-ui/CONTRIBUTING.md b/js/apps/admin-ui/CONTRIBUTING.md index 4306edb0204..103983d9dae 100644 --- a/js/apps/admin-ui/CONTRIBUTING.md +++ b/js/apps/admin-ui/CONTRIBUTING.md @@ -66,3 +66,13 @@ Alternatively the tests can also run headless as follows: ``` pnpm test:integration ``` + +#### Running specific tests +You can execute specific individual tests as follows: + +```bash +# f.e. pnpm test:integration -- test/clients/main.spec.ts +pnpm test:integration -- +``` + +You can specify the full path or just the test file name.