test: browser mode for dify ui (#35365)

This commit is contained in:
Stephen Zhou
2026-04-17 20:32:12 +08:00
committed by GitHub
parent 560195f9f4
commit 3c7d6739b5
22 changed files with 1259 additions and 2778 deletions

View File

@@ -109,6 +109,9 @@ jobs:
- name: Setup web environment
uses: ./.github/actions/setup-web
- name: Install Chromium for Browser Mode
run: vp exec playwright install --with-deps chromium
- name: Run dify-ui tests
run: vp test run --coverage --silent=passed-only