Closed meduzen closed 4 months ago
Currently we only run tests against Chromium browsers: https://github.com/Sunappu-Dojo/burokku/blob/5f6053615e1dd47ccdb5d81b80e526b0618b47aa/playwright.config.mjs#L42-L55
When running, 75% of the > 1 min. spent for this workflow is for browsers installation because it installs Chromium, Firefox and Webkit: https://github.com/Sunappu-Dojo/burokku/blob/9ecf7db57d37a75cbe2ee2c511500d62bd8048c6/.github/workflows/playwright.yml#L26-L27
We can probably lower this by installing only Chromium:
npx playwright install --with-deps chromium
Currently we only run tests against Chromium browsers: https://github.com/Sunappu-Dojo/burokku/blob/5f6053615e1dd47ccdb5d81b80e526b0618b47aa/playwright.config.mjs#L42-L55
When running, 75% of the > 1 min. spent for this workflow is for browsers installation because it installs Chromium, Firefox and Webkit: https://github.com/Sunappu-Dojo/burokku/blob/9ecf7db57d37a75cbe2ee2c511500d62bd8048c6/.github/workflows/playwright.yml#L26-L27
We can probably lower this by installing only Chromium: