dennisdigital/behat-amazon

Amazon Context.

1.0.2 2018-07-04 21:51 UTC

This package is auto-updated.

Last update: 2024-04-14 02:34:52 UTC


README

Provides Behat steps to create Amazon items

Usage

Add context to behat.yml:

Add the context under contexts: DennisDigital\Behat\Amazon\Context\AmazonContext

Step definitions

Given I have Amazon items:

Example:

Given I have Amazon items:
  | asin      | locale |
  | 12345678  | UK     |
  | 56463563  | US     |