Skip to content

feature files in directory still expects the step definitions to be in the root #373

@alwindoss

Description

@alwindoss

I have the following project structure

bdd_demo
    \tests
        \features
            first.feature
    first_steps.go 
def.go
abc.go
go.mod
go.sum

with the above project structure when I run godog run tests/features/ it doesn't detect the step definitions already defined in the bdd_demo/tests/first_steps.go

If there is no capability to detect, then there should be a command line flag or option to specify the location of the step definitions root directory.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions