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

(chore) O3-3968: Cache playwright browsers install step in E2E workflow #89

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

virajwathsalag
Copy link
Contributor

@virajwathsalag virajwathsalag commented Sep 10, 2024

Requirements

  • This PR has a title that briefly describes the work done including the ticket number. If there is a ticket, make sure your PR title includes a conventional commit label. See existing PR titles for inspiration.
  • My work conforms to the OpenMRS 3.0 Styleguide and design documentation.
  • My work includes tests or is validated by existing tests.

Summary

The current end-to-end test GitHub action takes a significant amount of time to install Playwright browsers during every run on the https://github.com/openmrs/openmrs-esm-cohortbuilder-app/ repo. To improve the efficiency of the CI pipeline, we should cache the Playwright browser installation to reduce the time spent installing browsers on every run.

Screenshots

Related Issue

Ticket: https://openmrs.atlassian.net/browse/O3-3968

Other

Copy link
Member

@jayasanka-sack jayasanka-sack left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @virajwathsalag !

@jayasanka-sack jayasanka-sack enabled auto-merge (squash) September 10, 2024 16:15
@jayasanka-sack jayasanka-sack merged commit 149aba1 into openmrs:main Sep 10, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants