Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Incorrect Config definition for cucumberOpts.require #3816

Closed
mdasberg opened this issue Dec 12, 2016 · 0 comments · Fixed by #3817
Closed

Incorrect Config definition for cucumberOpts.require #3816

mdasberg opened this issue Dec 12, 2016 · 0 comments · Fixed by #3817

Comments

@mdasberg
Copy link
Contributor

When configuring the protractor configuration with the protractor-cucumber-framework the cucumberOpts.require is defined incorrectly.

The cucumberOpts definition in config.ts defines the following:

cucumberOpts?: {
    /** Require files before executing the features. */
    require?: string;
}

Which is incorrect as the protractor-cucumber-framework defines it as an array of strings as seen in the implementation.

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

Successfully merging a pull request may close this issue.

1 participant