Skip to content

Commit 7f9a6d3

Browse files
committed
wip
1 parent af5e15e commit 7f9a6d3

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

cheatsheets/kc-admin-ui.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Admin UI test debug:
2+
```
3+
pnpm --filter @keycloak/keycloak-admin-ui test:integration -- --project=chromium --ui spiffe.spec.ts
4+
```
5+
6+
7+
Run a single Admin UI test:
8+
```
9+
pnpm --filter @keycloak/keycloak-admin-ui test:integration -- --project=chromium --ui spiffe.spec.ts
10+
```
11+
12+
Playwright installation on Fedora (complains about missing deps, but doesn't matter):
13+
```
14+
sudo npx playwright install
15+
```
16+
17+
Run lint:
18+
```
19+
pnpm --fail-if-no-match --filter @keycloak/keycloak-admin-ui lint -- --quiet
20+
```
21+
22+
Run lint with fix:
23+
```
24+
pnpm --fail-if-no-match --filter @keycloak/keycloak-admin-ui lint -- --quiet --fix
25+
```

0 commit comments

Comments
 (0)