I am using the following command to run test scenario.
npx codeceptjs run --steps --grep "A1|X2|A3"
I am looking for a way to run these tests in the same order given. For some reason, this is not guaranteed. Is there a flag that I can use to achieve that?