featureFileReader property
The feature file reader.
Takes files/resources paths from featureFileIndexer
and returns their content as String.
Instead of using this variable, give the features in the @GherkinTestSuite(features: <String>[])
option.
Implementation
@deprecated
FeatureFileReader featureFileReader = const IoFeatureFileAccessor();