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

updated playwright.yml #587

Merged
merged 1 commit into from
Mar 28, 2024
Merged

updated playwright.yml #587

merged 1 commit into from
Mar 28, 2024

Conversation

jeromehardaway
Copy link
Contributor

This pull request includes improvements to the GitHub Actions workflow for Playwright tests. The changes primarily focus on adding caching for node modules and Playwright browsers to speed up the test runs.

Here is a summary of the key changes:

  • .github/workflows/playwright.yml: Added caching for node modules using actions/cache@v2. This caches the node_modules directory based on the hash of the yarn.lock file, which will speed up the installation of dependencies in future runs if the yarn.lock file hasn't changed.
  • .github/workflows/playwright.yml: Added caching for Playwright browsers. This caches the ~/.cache/ms-playwright directory, which contains the browser binaries used by Playwright. This will speed up the installation of Playwright browsers in future runs.

Copy link

vercel bot commented Mar 28, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
vets-who-code-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 28, 2024 5:38am

@jeromehardaway jeromehardaway merged commit cdeb612 into master Mar 28, 2024
3 checks passed
@jeromehardaway jeromehardaway deleted the Playwright branch March 28, 2024 05:43
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.

None yet

1 participant