mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-09-05 17:17:14 +00:00
ec63978ecf
* docs: replace legacy documentation shortlinks * style: format updated documentation URLs --------- Co-authored-by: dadachann <185672915+dadachann@users.noreply.github.com>
14 lines
310 B
Markdown
14 lines
310 B
Markdown
# Debug LangBot Frontend
|
|
|
|
Please refer to the [Development Guide](https://langbot.app/docs/en/develop/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.
|