Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No type definitions, Webstorm support not working #1

Open
MichaelHindley opened this issue May 20, 2019 · 0 comments
Open

No type definitions, Webstorm support not working #1

MichaelHindley opened this issue May 20, 2019 · 0 comments

Comments

@MichaelHindley
Copy link

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant