Parallel execution for multiple tags using cucumber

98 Views Asked by At

I want to parallely execute the scenarios groupwise.how can I achieve it in cucumber?like thread 1 should execute only smoke scenario thread 2 should execute regression etc

I tried passing different tags in the cucumber options section and increase thread count based number of tags but it's not working

0

There are 0 best solutions below