Skip to content

No type definitions, Webstorm support not working #1

@MichaelHindley

Description

@MichaelHindley

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions