olexale / bdd_widget_test

A BDD-style widget testing library
MIT License
101 stars 30 forks source link

Can we have separate folder for feature and test files? #79

Closed hungcaovn closed 5 months ago

hungcaovn commented 5 months ago

Currently the test files are created in the same folder with feature files. Any ideas if we could put the feature files in a folder (aka features) and test files in another one?

olexale commented 5 months ago

From my knowledge, that's not possible with this package. Is there any particular reason you want to have them separated?

hungcaovn commented 5 months ago

@olexale : No actually I just want to make it is organized better. Thank you for an awesome package!

olexale commented 5 months ago

in that case, I'd recommend you configure file nesting in your IDE.

VSCode

here is my VSC configuration:

Знімок екрана 2024-06-13 о 19 31 37

and what's what it looks like in the explorer:

Знімок екрана 2024-06-13 о 19 28 59

Android Studio

for Android Studio it is similar:

Знімок екрана 2024-06-13 о 19 36 08

I hope that helps. do you think we may close the ticket?

hungcaovn commented 5 months ago

@olexale : Thank you for your suggestion. I will close this ticket