Within my project, I have some test data which I put into test/resources. It turned out graphwalker:generate-test-sources takes all files in the test/resources and tries to generate model code for it. For couple of time, it didn't give us any issue as it were able to generate non-faulty file from not-intended-for-graphwalker files. However, we start getting issue recently due to the inclusion of html files.
I tried peeking into the source code but found no parameter to provide to exclude those files for graphwalker. Therefore, I file this feature request. To be more constructive, what is the recommended technical detail of adding such feature?
Note:
Thanks for the awesome project, by the way. It change the way how my project implement test automation.