You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building a playwright docker image to run end-to-end tests in the CI, we currently use a bare linux image in which we install playwright and its dependencies. We could try to accelerate this build by directly using the microsoft/playwright docker image, which comes with its browser dependencies pre-installed.
Acceptance criteria
The CI end to end tests use the microsoft/playwright docker image and no longer need to install playwright dependencies manually
The CI end to end tests build time is shorter than before
The text was updated successfully, but these errors were encountered:
Description and goal
When building a playwright docker image to run end-to-end tests in the CI, we currently use a bare linux image in which we install playwright and its dependencies. We could try to accelerate this build by directly using the microsoft/playwright docker image, which comes with its browser dependencies pre-installed.
Acceptance criteria
The text was updated successfully, but these errors were encountered: