Hi, I'm playing with parallel test running.
My main goal is to speed up the tests.
In my case, 70 tests, mostly client-side.
Running without parallel and with parallel 2 or 4 processes, has no changes to the test execution time at all (2 minutes in my case).
I guess, one of the reason is running only one meteor instance, one browser instance?
Is there any recommendations, documentation about how can tests be optimized to run in parallel.
Hi, I'm playing with parallel test running.
My main goal is to speed up the tests.
In my case, 70 tests, mostly client-side.
Running without parallel and with parallel 2 or 4 processes, has no changes to the test execution time at all (2 minutes in my case).
I guess, one of the reason is running only one meteor instance, one browser instance?
Is there any recommendations, documentation about how can tests be optimized to run in parallel.