Split playwright into separate CI job for each browser + templates linking
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3581007. -->
Reported by: [bnjmnm](https://www.drupal.org/user/2369194)
Related to !790
>>>
<h3 id="overview">Overview</h3>
<p>We are hitting playwright timing out after 30 mins, likely due to retries on a job that can already take a while<br>
Playwright is currently one CI job that runs 3 different types of browsers<br>
Templates-linking takes much longer than any other spec and only runs on chrome</p>
<p>As we add more Playwright tests, the risk of timeout will increase</p>
<p>If each browser gets its own job, and one dedicated to templates-linking, the total run duration for each should be less and reduce the likelihood of exceeding the 30 min window due to retries. Lets see/</p>
<h3 id="proposed-resolution">Proposed resolution</h3>
<h3 id="ui-changes">User interface changes</h3>
issue