features property

  1. @deprecated
Iterable<Pattern> features
getter/setter pair

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>[];