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
Using this repo as an example and modifying google.ts to read Given(/^I pass?/, () => { as per the instructions does not work though, as well as import { Given } from "cypress-cucumber-preprocessor/steps"; results in TS7016 (no declaration found for module).
I'm not quite sure what setup the example on npmjs is using to get Webstorm working, so it'd be super interesting to see a working example of this perhaps in this typescript-example repo :)
The text was updated successfully, but these errors were encountered:
Hi, not sure which repo is correct to report this to but giving a shot here!
According to https://www.npmjs.com/package/cypress-cucumber-preprocessor under Webstorm, there is an example of how to enable step navigation by using a specific regex pattern.
Using this repo as an example and modifying
google.ts
to readGiven(/^I pass?/, () => {
as per the instructions does not work though, as well asimport { Given } from "cypress-cucumber-preprocessor/steps";
results in TS7016 (no declaration found for module).I'm not quite sure what setup the example on npmjs is using to get Webstorm working, so it'd be super interesting to see a working example of this perhaps in this typescript-example repo :)
The text was updated successfully, but these errors were encountered: