Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.