You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This uses filepath.Glob currently. We could try features/**/*.feature but I'm not sure Glob supports **. We could add some different logic in Run if it doesn't.
Would be good to distinguish between the directories in the repo for:
features
_examples
I think there's a few clear categories here:
Library tests
Ensure the library works as expected
User-facing usage examples
Some good examples of library usage
I've somewhat blurred the lines a little here,
I propose we rename the directory for "Library tests" or move it under the "internal" package, and ensure examples are user-focused usage examples as part of this MR 🙏
We should recurse through the default
./features
directory by default, we should make the code search subdirectories for .feature filesThe text was updated successfully, but these errors were encountered: