cypress-loves-vite icon indicating copy to clipboard operation
cypress-loves-vite copied to clipboard

[Feature request] Add Gherkin tests

Open qx-775 opened this issue 3 years ago • 1 comments

Hi,

Short question: plz add support with cypress gherkin vue plugin to make feature files to run e2e test with gherkin. I know cypress has docs on a vuejs integration but currently gherkin is not working due to webpack errors (i think it relies on webpack vs vite)

qx-775 avatar May 11 '21 07:05 qx-775

Hello @qx-775,

I just stopped by on your issue, and I think you would have better luck asking for this either on the cypress repo or simply asking the same question on the Cypress Discord

@cypress/vue is not an e2e testing framework. It allows you to test your components in isolation. If you what gherkin tests to work with cypress, I suggest you use this plugin:

https://github.com/TheBrainFamily/cypress-cucumber-preprocessor

It will work for both e2e and component but you will see a lot more benefits in e2e.

elevatebart avatar Jul 16 '21 14:07 elevatebart