@coderbyheart/bdd-feature-runner-awsdeprecated

BDD Test Runner for cloud native applications made with AWS

Usage no npm install needed!

<script type="module">
  import coderbyheartBddFeatureRunnerAws from 'https://cdn.skypack.dev/@coderbyheart/bdd-feature-runner-aws';
</script>

README

BDD Feature Runner for AWS npm version

GitHub Actions Greenkeeper badge semantic-release Commitizen friendly code style: prettier ESLint: TypeScript

An implementation of a Gherkin feature runner for cloud native applications made with AWS.

Example usage: bdd-feature-runner-aws-example.

Motivation

Video ยท Slides

Video

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.