feature method

void feature(
  1. String folderOrFile
)

Add a location of a folder that contains feature files or a specific path to a feature file

Implementation

void feature(String folderOrFile) {
  _features.add(folderOrFile);
}