behaviorDrivenDescriptions property

List<String> behaviorDrivenDescriptions
final

Implementation

static final List<String> behaviorDrivenDescriptions = List.unmodifiable([
  'take a screenshot.',
  'take a screenshot and name it `{{imageId}}`.',
  'take a screenshot and tag it as `{{goldenCompatible}}`.',
  'take a screenshot, name it `{{imageId}}`, and tag it as `{{goldenCompatible}}`.',
]);