mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #21029] [CLOSED] chore(tests): add Playwright API tests + CI #64752
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.