steps method

void steps(
  1. String folder
)

Add a location of a folder that contains step definition files. It will load all classes found as step def types (recursive)

Implementation

void steps(String folder) {
  _stepdefLocs.add(folder);
}