mirror of
https://github.com/langgenius/dify.git
synced 2026-04-20 15:00:35 -04:00
test: browser mode for dify ui (#35365)
This commit is contained in:
3
.github/workflows/web-tests.yml
vendored
3
.github/workflows/web-tests.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user