rheactor-yadda-feature-runner
v2.0.2
Published
A feature runner for yadda
Downloads
4
Readme
rheactor-yadda-feature-runner
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.