edmondscommerce/behat-prestashop-context

Behat context for Prestashop

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 1

pkg:composer/edmondscommerce/behat-prestashop-context

1.0 2016-02-11 15:39 UTC

This package is auto-updated.

Last update: 2025-09-29 00:29:47 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.