How to execute two cucumber steps in parallel

Viewed 15

I need to execute one automated test step, while also another step should be running, so two checks should be run in parallel.

AND option I can not use, because it is two different steps in code

Example: check that car is driving and doors are closed at the same time.

Is any options available to execute two cucumber steps in parallel?

0 Answers
Related