features property
The path(s) to all the features.
All three Patterns are supported: RegExp, String, Glob
.
Instead of using this variable, give the features in the @GherkinTestSuite(features: <String>[])
option.
Implementation
@deprecated
Iterable<Pattern> features = const <Pattern>[];