erikedin / Behavior.jl

Tool for Behavior Driven Development in Julia
Other
25 stars 3 forks source link

Read feature files recursively from any directory #50

Closed tk3369 closed 3 years ago

tk3369 commented 3 years ago

Currently, the code assumes that all feature files are located inside a features directory and the steps are in a steps subdirectory. Ideally, these should be customizable.

As an example, the Grakn BDD files are decoupled from the implementation (as they have multiple language bindings) and so they are located in a separate repo.

This enhancement is required to support Grakn client. See master issue #44.