Offer handy service to extend from with services connected
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3444091. -->
Reported by: [fjgarlin](https://www.drupal.org/user/2495842)
Related to !195
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>When working on this <span class="drupalorg-gitlab-issue-link project-issue-status-info project-issue-status-1"><a href="https://www.drupal.org/project/upgrade_rector/issues/3443986" title="Status: Active">#3443986: Test code quality analysis integration of Upgrade Status</a></span>, we discovered that the <code>!reference</code> syntax cannot be used in <code>services</code>, so we ended up extending <code>.phpunit-base</code> to have that wiring done by the base templates. Then we needed to override certain parts that were different (expected) and also not needed (not ideal).</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Create a <code>.job-with-database-and-chrome</code> base job that provides the wiring for this and that can be extended by other jobs. We can even have <code>.phpunit-base</code> and <code>.nightwatch-base</code> extend this new job.</p>
<h3 id="summary-remaining-tasks">Remaining tasks</h3>
<p>MR</p>
> Related issue: [Issue #3443986](https://www.drupal.org/node/3443986)
issue