This package has been deprecated

Author message:

Moved to @bifravst/e2e-bdd-test-runner

@coderbyheart/bdd-feature-runner-aws
TypeScript icon, indicating that this package has built-in type declarations

11.0.3 • Public • Published

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.

Package Sidebar

Install

npm i @coderbyheart/bdd-feature-runner-aws

Weekly Downloads

1

Version

11.0.3

License

BSD-3-Clause

Unpacked Size

565 kB

Total Files

70

Last publish

Collaborators

  • coderbyheart