Skip to content

Conversation

bupd
Copy link
Contributor

@bupd bupd commented Oct 15, 2025

Comprehensive Summary of your change

This adds the first step of proposal goharbor/community#268

  • Add configs related to playwright
  • Add initial tests
  • Add github action to run playwright tests.

note

one best thing about this is: https://github.com/goharbor/harbor/actions/runs/18526331097/artifacts/4275726026
test run: https://github.com/goharbor/harbor/actions/runs/18526331097/job/52797918784?pr=22462
use this to view the test-report and why did it fail. we will get a screenshot a video and a error context.

Screenshots

Screenshot_2025-10-15_16-43-55

Issue being fixed

Fixes #22134

Please indicate you've done the following:

  • Well Written Title and Summary of the PR
  • Label the PR as needed. "release-note/ignore-for-release"
  • Accepted the DCO. Commits without the DCO will delay acceptance.
  • Made sure tests are passing and test coverage is added if needed.
  • Considered the docs impact and opened a new docs issue or PR with docs changes if needed in website repository.

Copy link

codecov bot commented Oct 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 65.85%. Comparing base (c8c11b4) to head (ce207d4).
⚠️ Report is 575 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             main   #22462       +/-   ##
===========================================
+ Coverage   45.36%   65.85%   +20.49%     
===========================================
  Files         244     1073      +829     
  Lines       13333   116036   +102703     
  Branches     2719     2931      +212     
===========================================
+ Hits         6049    76421    +70372     
- Misses       6983    35377    +28394     
- Partials      301     4238     +3937     
Flag Coverage Δ
unittests 65.85% <ø> (+20.49%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 987 files with indirect coverage changes

🚀 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.

@bupd bupd force-pushed the playwright branch 3 times, most recently from 1bd0dff to b9e34d6 Compare October 15, 2025 12:46
@bupd bupd marked this pull request as ready for review October 15, 2025 17:02
@bupd bupd requested a review from a team as a code owner October 15, 2025 17:02
@bupd
Copy link
Contributor Author

bupd commented Oct 15, 2025

/label release-note/ignore

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Migrate Internal Pipeline to Github Actions

4 participants