You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 4, 2023. It is now read-only.
In a parallel situation that multiple child processes run the tests (or using the shell parallelization), atom-jasmine3-test-runner goes through installing the deps every time. Maybe in version 5.0.0 it does not install them every time, but in the terminal, it is still reported.
I was wondering if we can add a function that we can use to install the deps only once before running the parallel tests and bypass the installation checks for the subsequent runs.
In a parallel situation that multiple child processes run the tests (or using the shell parallelization), atom-jasmine3-test-runner goes through installing the deps every time. Maybe in version 5.0.0 it does not install them every time, but in the terminal, it is still reported.
I was wondering if we can add a function that we can use to install the deps only once before running the parallel tests and bypass the installation checks for the subsequent runs.
atom-community/atom#57