dennisdigital/behat-amazon

Amazon Context.

Installs: 102

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 41

Forks: 0

Open Issues: 0

Type:project

pkg:composer/dennisdigital/behat-amazon

1.0.2 2018-07-04 21:51 UTC

This package is auto-updated.

Last update: 2025-09-14 06:02:43 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     |