nf-test icon indicating copy to clipboard operation
nf-test copied to clipboard

Make tests run concurrently using Multi threading

Open sgopalan98 opened this issue 5 months ago • 1 comments

I wanted this feature of running the nf-tests in parallel.

I implemented this feature by using ExecutorService and running each test as a future in the Executor Service.

sgopalan98 avatar Sep 03 '24 18:09 sgopalan98