Skip to content

test: init e2e#34193

Draft
hyoban wants to merge 13 commits intomainfrom
3-27-e2e
Draft

test: init e2e#34193
hyoban wants to merge 13 commits intomainfrom
3-27-e2e

Conversation

@hyoban
Copy link
Copy Markdown
Member

@hyoban hyoban commented Mar 27, 2026

Important

  1. Make sure you have read our contribution guidelines
  2. Ensure there is an associated issue and you have been assigned to it
  3. Use the correct syntax to link this PR: Fixes #<issue number>.

Summary

fixes #32473

Screenshots

Before After
... ...

Checklist

  • This change requires a documentation update, included: Dify Document
  • I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!)
  • I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
  • I've updated the documentation accordingly.
  • I ran make lint and make type-check (backend) and cd web && npx lint-staged (frontend) to appease the lint gods

@asukaminato0721 asukaminato0721 self-requested a review March 27, 2026 10:23
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Mar 27, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.75%. Comparing base (5a8a68c) to head (f8a3d1c).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #34193      +/-   ##
==========================================
- Coverage   81.75%   81.75%   -0.01%     
==========================================
  Files        4718     4718              
  Lines      187981   187981              
  Branches    36733    36733              
==========================================
- Hits       153693   153692       -1     
  Misses      30855    30855              
- Partials     3433     3434       +1     
Flag Coverage Δ
api 80.51% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lgtm This PR has been approved by a maintainer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Refactor/Chore] add e2e test

2 participants