Move .feature files next to _test.go files #2165
Labels
good first issue
Good for newcomers
Status: Nice To Have
Type: Style
Changes that do not affect the meaning of the code
Type: Tests
Summary
Move Gherkin .feature files into the same folders where the corresponding _test.go files are for better code locality.
Problem Definition
Currently
.feature
files are in afeatures/
sub-directory. It's hard to navigate back and forth between the tests and their corresponding .feature files with this structure.Proposal
Put .feature files in the same directory where the tests actually live so we have a structure like:
This will put all the related gherkin, test, implementation code right next to each other in the file browser.
For Admin Use
The text was updated successfully, but these errors were encountered: