https://github.com/edmondscommerce/behat-prestashop-context
Behat Contexts for Prestashop
https://github.com/edmondscommerce/behat-prestashop-context
Last synced: 5 months 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-23T10:07:22.000Z (about 8 years ago)
- Last Synced: 2025-01-26T11:12:29.078Z (over 1 year 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.