Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.
This repository was archived by the owner on May 1, 2024. It is now read-only.

Ignore folders such as node_modules when looking for feature files #46

@jkuester

Description

@jkuester

Currently, when the user selects a directory, CFD will crawl through all sub-directories looking for *.feature files. This can cause problems. For example, if a Node project has a dependency that includes feature files those feature files can show up in the node_modules folder. Then, if someone uses CFD to generate a report for the original Node project, CFD will also include the features from the dependency in the generated report.

There is probably a list of directories (including node_modules) that we could hard-code and ignore.

An alternative option would be to try and parse SCM metadata (e.g. the .gitignore file) and just ignore what it ignores....

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