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

[Feature request] Shared Wallaby Cache #3323

Open
theKashey opened this issue Jan 20, 2024 · 0 comments
Open

[Feature request] Shared Wallaby Cache #3323

theKashey opened this issue Jan 20, 2024 · 0 comments

Comments

@theKashey
Copy link

Issue description or question

I am working on a very big project and starting Wallaby for the first time and for an unknown location takes time (minutes). Starting (jest) tests in IDE also takes quite a bit of time so many developers tend to use jest-cli to run tests.

Tests with Wallaby takes less time, but this first "investment" is still something discouraging many developers from adopting Wallaby.

Question

Is it possible to generate wallaby cache for the main branch and distribute it to developer's machine so then can work with partially preheated data?
This would require a change in the diffing, as that would be not the diff created by the user, but the diff between the current branch and the origin.

Context

We have more than 100k tests and more than 1k developers, "reusing" at least something is crucial to unlock efficiency.

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

No branches or pull requests

1 participant