How to do Parallel testing in Codeceptjs with more than one tag in the NPM package

Viewed 18

I need to run two work flows in parallel Testing ex I have smoke flow and Regression flow and the Tags are @smoke and @regression When I try npx codeceptjs run-workers 2 --verbose --grep '@smoke @regrssion' its opening two browsers but only in one browser execution is happening for one tag and the other is in ideal state.

plz help me

0 Answers
Related