edmondscommerce/behat-prestashop-context

1.0 2016-02-11 15:39 UTC

This package is auto-updated.

Last update: 2024-03-28 21:26:18 UTC


README

By Edmonds Commerce

Installation

Install via composer

composer require edmondscommerce/behat-prestashop-context

Include Contexts in Behat Configuration

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.