mirror of
https://github.com/keycloak/keycloak.git
synced 2025-12-21 14:30:05 -06:00
Be more explicit when executing individual tests for Admin UI tests (#44499)
Signed-off-by: Martin Bartoš <mabartos@redhat.com>
This commit is contained in:
@@ -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 -- <path-to-the-test-or-name>
|
||||
```
|
||||
|
||||
You can specify the full path or just the test file name.
|
||||
|
||||
Reference in New Issue
Block a user