Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dennisinteractive/behat-amazon
Provides Behat steps to create Amazon items
https://github.com/dennisinteractive/behat-amazon
behat
Last synced: 6 days ago
JSON representation
Provides Behat steps to create Amazon items
- Host: GitHub
- URL: https://github.com/dennisinteractive/behat-amazon
- Owner: dennisinteractive
- License: mit
- Created: 2018-02-05T10:38:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-04T21:53:07.000Z (over 6 years ago)
- Last Synced: 2024-12-08T01:21:24.403Z (27 days ago)
- Topics: behat
- Language: PHP
- Size: 3.91 KB
- Stars: 0
- Watchers: 42
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Amazon Behat Context
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 |