Execute Scenarios Parallel in Cypress+CircleCI+Cucumber #19442
Unanswered
akhileshsinha88
asked this question in
CI setup
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
I am working on Cypress + Cucumber + CircleCI framework.
Using CircleCI, we are executing each feature file parallelly, but some of the features take more time than others [featureA - 1hr, featureB - 15min], I am looking for a solution where we can execute scenarios in parallel [not feature files].
I am trying to implement such so that any scenario can be executed in parallel, this will help with less execution time when docker/machine is idle.
Beta Was this translation helpful? Give feedback.
All reactions