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

Cache playwright dependencies #85

Merged
merged 2 commits into from
Jan 7, 2025
Merged

Cache playwright dependencies #85

merged 2 commits into from
Jan 7, 2025

Conversation

Deeds67
Copy link
Member

@Deeds67 Deeds67 commented Jan 7, 2025

We install the e2e test dependencies on each pipeline run, which takes ~40-60 seconds.

This change introduces an additional build step that caches these dependencies and reuses the cache if none of the dependencies have changed.

It now takes ~10 seconds to restore the cache, so we save ~30-50 seconds per build.

Copy link

sonarqubecloud bot commented Jan 7, 2025

@Deeds67 Deeds67 changed the title [WIP] Cache playwright dependencies Cache playwright dependencies Jan 7, 2025
@Deeds67
Copy link
Member Author

Deeds67 commented Jan 7, 2025

@manuelpuchta FYI

@Deeds67 Deeds67 merged commit 8d17035 into main Jan 7, 2025
11 checks passed
@Deeds67 Deeds67 deleted the tech/cache_deps branch January 7, 2025 12:26
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.

1 participant