534bb94eea
Test Migrations / Migrations (SQLite) (push) Has been cancelled
Build Dev Image / build-dev-image (push) Has been cancelled
Check i18n Keys / Check i18n Key Consistency (push) Has been cancelled
Lint / Ruff Lint & Format (push) Has been cancelled
Lint / Frontend Lint (push) Has been cancelled
Test Migrations / Migrations (PostgreSQL) (push) Has been cancelled
14 lines
307 B
Markdown
14 lines
307 B
Markdown
# Debug LangBot Frontend
|
|
|
|
Please refer to the [Development Guide](https://link.langbot.app/en/docs/dev-config) for more information.
|
|
|
|
## Tests
|
|
|
|
Run the frontend smoke tests without a backend process:
|
|
|
|
```bash
|
|
pnpm test:e2e
|
|
```
|
|
|
|
The Playwright suite starts Vite and mocks the LangBot backend and Space APIs.
|