-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
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 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 :)
Metadata
Metadata
Assignees
Labels
No labels