'Cypress-cucumber-preprocessor for cypress baseball owner
I previously used cypress-cucumber-preprocessor using this guideline -> https://www.npmjs.com/package/cypress-cucumber-preprocessor I understand that in place of install npm install --save-dev cypress-cucumber-preprocessor now I should use this guideline -> https://www.npmjs.com/package/@badeball/cypress-cucumber-preprocessor implementing npm install @badeball/cypress-cucumber-preprocessor. Let me know if I am wrong.
Solution 1:[1]
https://www.npmjs.com/package/@badeball/cypress-cucumber-preprocessor
is a fork of
https://github.com/Klaveness-Digital/cypress-cucumber-preprocessor
which is a public, community-maintained edition which include also installation instructions.
You can read more on: https://github.com/badeball/cypress-cucumber-preprocessor/issues/689
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | GibboK |
