Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edmondscommerce/behat-virtuemart
https://github.com/edmondscommerce/behat-virtuemart
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/edmondscommerce/behat-virtuemart
- Owner: edmondscommerce
- Created: 2016-02-11T09:33:15.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-21T10:45:06.000Z (over 6 years ago)
- Last Synced: 2024-04-24T15:42:41.305Z (7 months ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VirtueMart Context
## By [Edmonds Commerce](https://www.edmondscommerce.co.uk)### Installation
Install via composer
composer require edmondscommerce/behat-virtuemart-context
### Include Contexts in Behat Configuration
``` yaml
default:
suites:
default:
contexts:
- EdmondsCommerce\BehatVirtueMart\VirtuemartAdminContext
adminUser: adminUserName
adminPassword: adminPassword
adminPath: uri/to/admin
- EdmondsCommerce\BehatVirtueMart\VirtuemartFrontContext```
The tests do assume the default out of the box theme.