bahmutov / cypress-split

Split Cypress specs across parallel CI machines for speed
MIT License
213 stars 24 forks source link

Include common steps in each chunk #141

Closed ngothanhtai closed 11 months ago

ngothanhtai commented 11 months ago

Hi,

I am using the cypress-cucumber-preprocessor with common step definitions.

I'm facing an issue when using cypress-split, as it seems to split the common step definitions as well. Consequently, I'm getting an error for missing step definitions.

Is there a way to ensure that the common steps are included in every chunk when using cypress-split?

Thank you.

Thanks.

bahmutov commented 11 months ago

I am sorry, I don't understand the situation. Can you make a small repo showing the problem?

ngothanhtai commented 11 months ago

sorry @bahmutov, I just found out that the problem is with my step definitions configuration.