gwen-interpreter / gwen-web

Web automation engine for Gwen
https://gweninterpreter.org
Apache License 2.0
54 stars 18 forks source link

Tag filters should not be applied to meta files #89

Closed sse2ebdd closed 2 years ago

sse2ebdd commented 2 years ago

In GWEN 3, if you run gwen with tag filters, it also checks whether imported meta files satisfy that tag filters or not and imports them accordingly. --> "Feature file skipped (does not satisfy tag filters): BDD\features-meta\test.meta" Earlier in 2.x version, GWEN used to apply tag filters only to feature file.

Env

Gwen Version - 3.0.6 Chrome Driver - Latest (96)

bjuric commented 2 years ago

Thanks for raising this issue. Fixed in gwen-web v3.0.8.

sse2ebdd commented 2 years ago

Verified this issue on GWEN v3.0.8. It's working as expected, hence closing this issue.