Skip to content

test: Refactor RemoteApplication to consolidate common code#3161

Merged
tippmar-nr merged 7 commits into
mainfrom
test/remote-application-refactor
Jun 23, 2025
Merged

test: Refactor RemoteApplication to consolidate common code#3161
tippmar-nr merged 7 commits into
mainfrom
test/remote-application-refactor

Conversation

@tippmar-nr

Copy link
Copy Markdown
Member

Refactors the Start() method in RemoteApplication() to eliminate duplicate (and near-duplicate) code. Adds a number of new virtual methods that inheritors can set for their specific needs.

Resolves #2748

@tippmar-nr
tippmar-nr marked this pull request as ready for review June 23, 2025 16:46
@tippmar-nr
tippmar-nr requested a review from a team as a code owner June 23, 2025 16:46
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.16%. Comparing base (0cfdedb) to head (4c85bd6).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3161      +/-   ##
==========================================
+ Coverage   82.15%   82.16%   +0.01%     
==========================================
  Files         485      485              
  Lines       31104    31104              
  Branches     3546     3546              
==========================================
+ Hits        25554    25558       +4     
+ Misses       4725     4719       -6     
- Partials      825      827       +2     
Flag Coverage Δ
Agent 83.43% <ø> (+0.01%) ⬆️
Profiler 70.23% <ø> (ø)

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

see 3 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.

@tippmar-nr
tippmar-nr merged commit 2a58163 into main Jun 23, 2025
176 of 178 checks passed
@tippmar-nr
tippmar-nr deleted the test/remote-application-refactor branch June 23, 2025 19:31
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.

Tech debt: Refactor RemoteApplication in Integration Tests

3 participants