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
When imported "And" using import { Given, When, And, Then } from '@badeball/cypress-cucumber-preprocessor', the Cypress test stopped with TypeError: import_cypress_cucumber_preprocessor.And) is not a function.
Desired behavior
I want to be able to import and use "And" keyword.
I have solved this issue currently by uninstalling the latest version of @badeball/cypress-cucumber-preprocessor, and then installing a previous version (11.4.0) as this version worked fine with "And" keyword
Current behavior
When imported "And" using import { Given, When, And, Then } from '@badeball/cypress-cucumber-preprocessor', the Cypress test stopped with TypeError: import_cypress_cucumber_preprocessor.And) is not a function.
Desired behavior
I want to be able to import and use "And" keyword.
I have solved this issue currently by uninstalling the latest version of @badeball/cypress-cucumber-preprocessor, and then installing a previous version (11.4.0) as this version worked fine with "And" keyword
Test code to reproduce
Versions
Checklist
cypress-cucumber-preprocessor@4.3.1
(package name has changed and it is no longer the most recent version, see #689).The text was updated successfully, but these errors were encountered: