Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accelerate build time by using prebuilt playwright image to run end-to-end tests in the CI #9738

Closed
2 tasks done
Synar opened this issue Nov 16, 2024 · 0 comments · Fixed by #9741
Closed
2 tasks done
Assignees
Labels
area:ci Work on Continous Integration Pipeline Service kind:enabler-task Enabler Story

Comments

@Synar
Copy link
Contributor

Synar commented Nov 16, 2024

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 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
@Synar Synar added area:ci Work on Continous Integration Pipeline Service kind:enabler-task Enabler Story labels Nov 16, 2024
@Synar Synar self-assigned this Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:ci Work on Continous Integration Pipeline Service kind:enabler-task Enabler Story
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant