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