In order to maximize the parallelization of tests runs, I've separated out all tests to have their own feature file and I run the Parallel_Cucumber Gem with great success but while my tests are relatively speedy, I find repeating myself a lot...
So I was wondering if there is a way to consolidate repeating tests into scenario outlines while still keeping the same amount of parallelization I have now.
So basically a way to read the .feature scenarios and spin those scenarios on its on browser instance.
Any help / guidance is appreciated!