we already have automated testcases using cucumber-gherkin feature files with WebDriver. Right now we are able to execute feature files parallel, however we are not able to execute parallel at scenario/scenario outline level. By this way we want to minimize the execution time and utilize the cloud service at maximum level.
I read this post, which claims
one can run gherkin as QAF scenario so it will have features like run configuration, reporting, parallel execution, step listener
.
Before migrating, I want to know if anybody has tried or know any limitation as our test bed is very large.