Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edmondscommerce/behat-prestashop-context
Behat Contexts for Prestashop
https://github.com/edmondscommerce/behat-prestashop-context
Last synced: about 1 month ago
JSON representation
Behat Contexts for Prestashop
- Host: GitHub
- URL: https://github.com/edmondscommerce/behat-prestashop-context
- Owner: edmondscommerce
- Created: 2016-02-11T09:05:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-23T10:07:22.000Z (over 6 years ago)
- Last Synced: 2024-09-30T23:05:17.530Z (about 2 months ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PrestaShop Context
## By [Edmonds Commerce](https://www.edmondscommerce.co.uk)### Installation
Install via composer
composer require edmondscommerce/behat-prestashop-context
### Include Contexts in Behat Configuration
``` yaml
default:
suites:
default:
contexts:
- EdmondsCommerce\BehatPrestashop\PrestaShopAdminContext
adminUser: adminUserName
adminPassword: adminPassword
adminPath: uri/to/admin
- EdmondsCommerce\BehatPrestashop\PrestaShopFrontEndContext```
The tests do assume the default out of the box theme.