README
An implementation of a Gherkin feature runner for cloud native applications made with AWS.
Example usage: bdd-feature-runner-aws-example.
Motivation
Installation
npm i --save-dev @coderbyheart/bdd-feature-runner-aws
Special annotations
On Features
@Skip
: Do not run this feature@Only
: Run only this feature@Last
: Run this feature after all others
On Scenarios
@Retry
: configures the retry behaviour. Pass one or multiple settings to override the default behaviour. Example:@Retry=failAfter:3,maxDelay:100,initialDelay:50
.
Architecture decision records (ADRs)
see ./adr.