Adds Playwright API specs, CI workflow, and instructions. CI requires repository secrets: BASE_URL, OPENWEBUI_API_KEY, TEST_EMAIL, TEST_PASSWORD. Do not commit secrets.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/open-webui/open-webui/pull/21029
**Author:** [@Akatsuki-Ryu](https://github.com/Akatsuki-Ryu)
**Created:** 1/29/2026
**Status:** ❌ Closed
**Base:** `main` ← **Head:** `playwright/api-tests`
---
### 📝 Commits (1)
- [`51672a7`](https://github.com/open-webui/open-webui/commit/51672a71d49d6febe8f8d376f1553785e3a95b49) chore(tests): add Playwright API tests and CI workflow
### 📊 Changes
**8 files changed** (+225 additions, -0 deletions)
<details>
<summary>View changed files</summary>
➕ `.github/workflows/playwright-api.yml` (+36 -0)
➕ `PLAYWRIGHT_API_TESTS.md` (+33 -0)
📝 `package-lock.json` (+48 -0)
📝 `package.json` (+2 -0)
➕ `playwright.config.ts` (+23 -0)
➕ `playwright/tests/api/openwebui-api.spec.ts` (+68 -0)
➕ `playwright/tests/placeholder.spec.ts` (+5 -0)
➕ `playwright/tests/smoke.spec.ts` (+10 -0)
</details>
### 📄 Description
Adds Playwright API specs, CI workflow, and instructions. CI requires repository secrets: BASE_URL, OPENWEBUI_API_KEY, TEST_EMAIL, TEST_PASSWORD. Do not commit secrets.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/21029
Author: @Akatsuki-Ryu
Created: 1/29/2026
Status: ❌ Closed
Base:
main← Head:playwright/api-tests📝 Commits (1)
51672a7chore(tests): add Playwright API tests and CI workflow📊 Changes
8 files changed (+225 additions, -0 deletions)
View changed files
➕
.github/workflows/playwright-api.yml(+36 -0)➕
PLAYWRIGHT_API_TESTS.md(+33 -0)📝
package-lock.json(+48 -0)📝
package.json(+2 -0)➕
playwright.config.ts(+23 -0)➕
playwright/tests/api/openwebui-api.spec.ts(+68 -0)➕
playwright/tests/placeholder.spec.ts(+5 -0)➕
playwright/tests/smoke.spec.ts(+10 -0)📄 Description
Adds Playwright API specs, CI workflow, and instructions. CI requires repository secrets: BASE_URL, OPENWEBUI_API_KEY, TEST_EMAIL, TEST_PASSWORD. Do not commit secrets.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.