mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-12 00:43:31 -05:00
[PR #2432] [MERGED] ci: add image gen with automatic1111 to integration test #7793
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/2432
Author: @cheahjs
Created: 5/20/2024
Status: ✅ Merged
Merged: 5/21/2024
Merged by: @tjbck
Base:
dev← Head:feat/a1111-integration-test📝 Commits (1)
a937f65feat: add image gen with automatic1111 to integration test📊 Changes
5 files changed (+60 additions, -2 deletions)
View changed files
📝
.github/workflows/integration-test.yml(+5 -1)📝
cypress/e2e/chat.cy.ts(+23 -0)➕
docker-compose.a1111-test.yaml(+31 -0)📝
src/lib/components/common/Image.svelte(+1 -1)➕
test/test_files/image_gen/sd-empty.pt(+0 -0)📄 Description
Pull Request Checklist
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
In the integration test, run stable-diffusion-webui in the Compose stack, and add a Cypress test for image generation using it. This uses an empty model that produces nonsensical images to fit on GHA, but is sufficient for testing purposes.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.