I have a multiple features each having several scenarios. When I try this: `nosetests ./features/ --with-gherkin --processes=10` I get this: `ValueError: No such test` I'm not sure how I can run several Features (or Scenarios) in parallel
I have a multiple features each having several scenarios. When I try this:
nosetests ./features/ --with-gherkin --processes=10I get this:
ValueError: No such testI'm not sure how I can run several Features (or Scenarios) in parallel