ruby - Running cucumber scenario outline in parallel -


I have a scenario outline that makes it very long to run because I use the number of those examples Which I use. I want to take advantage of many threads available and run these settings in parallel. One way to divide the feature / landscape into multiple attributes, it works, but then it gives me more than one copies of the same scenario in which there is only one difference in the examples. My question is whether this scenario is in parallel Is there a way to separate the outline for running without features?

I suspect that there really is a way to do that in different parallel run Outline a single scenario I would say that if your primary concern is 'speed' about this test, then having duplicate features and separating examples will be so good that the coverage will be completed faster. I want to keep the scenarios below one minute Of that I am certain I am not the one who describes the 'voice', but runs throughout the night for tests and do not expect quick results.

If you say that this feature 'takes a lot of time to run', but if you want to hurry it then I will only recommend cutting down the 'fast' cutting-size tests You can run in parallel.

Even if there was a way to do whatever you wanted, then I believe that it would be better to divide the test in any way.

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -