karma-parallel icon indicating copy to clipboard operation
karma-parallel copied to clipboard

Is there a way to let what files to run in what threads/browser instances ?

Open dheerajm91 opened this issue 4 years ago • 0 comments

Hi,

I have 4 modules (module1, module2, module3, module4) and i want them to run in parallel.

is there a way if i just give the 4 modules at the same time, it will run all the tests inside in parallel?

Now i want to specify which module to run in which browser instance or thread ? is that possible ?

Today my test.ts says find spec files and run through context.

but i want to give 4 paths/modules to my parallel executor and let each one execute separately in parallel.

Please help

dheerajm91 avatar Jan 22 '21 22:01 dheerajm91