Skip to content
This repository has been archived by the owner on Feb 25, 2018. It is now read-only.

RHeactorJS/yadda-feature-runner

Repository files navigation

yadda-feature-runner

npm version Build Status Greenkeeper badge js-standard-style semantic-release Code Climate

A feature runner for yadda

Annotations

The following annotations are implemented:

  • @after: marks a feature to be run after another feature. Features are sorted to ensure that they run in the proper order.
  • @pending: marks a feature or scenario as skipped
  • @thisonly: tells the runner to only run this feature. All depending features are run before.