[PR #21029] [CLOSED] chore(tests): add Playwright API tests + CI #25896

Closed
opened 2026-04-20 06:11:23 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/21029
Author: @Akatsuki-Ryu
Created: 1/29/2026
Status: Closed

Base: mainHead: playwright/api-tests


📝 Commits (1)

  • 51672a7 chore(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.

## 📋 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>
GiteaMirror added the pull-request label 2026-04-20 06:11:23 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#25896