You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for this wonderful plugin.
Addition to splitting all the features files in the integration folder, adding a filter to it using tags will reduce the files for execution.
In our project, we have more than 250 cases. Kind of huge of feature files. We have split the CI Jobs based on the tags and running it. But that too take a more than 2 hours to complete the execution. If this plugin provide the tags config, then we can split even more in running and get the results a bit sooner.
First of all, thank you for this wonderful plugin.
Addition to splitting all the features files in the integration folder, adding a filter to it using tags will reduce the files for execution.
In our project, we have more than 250 cases. Kind of huge of feature files. We have split the CI Jobs based on the tags and running it. But that too take a more than 2 hours to complete the execution. If this plugin provide the tags config, then we can split even more in running and get the results a bit sooner.
Am thinking of some thing like below.
npx cypress run -e tags=@test,split=true
The text was updated successfully, but these errors were encountered: