Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oxid-esales/codeception-modules
Codeception helper module for OXID eShop
https://github.com/oxid-esales/codeception-modules
Last synced: 2 months ago
JSON representation
Codeception helper module for OXID eShop
- Host: GitHub
- URL: https://github.com/oxid-esales/codeception-modules
- Owner: OXID-eSales
- License: other
- Created: 2019-01-07T15:54:09.000Z (about 6 years ago)
- Default Branch: b-8.0.x
- Last Pushed: 2024-10-14T13:48:57.000Z (3 months ago)
- Last Synced: 2024-10-14T15:10:28.395Z (3 months ago)
- Language: PHP
- Size: 161 KB
- Stars: 1
- Watchers: 15
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG-4.0.md
- License: LICENSE
Awesome Lists containing this project
README
# OXID eShop Codeception Modules
Codeception helper modules for OXID eShop
## Installation
This component is installable via composer:```
composer require --dev oxid-esales/codeception-modules
```## Usage
You can use modules from this package as any other codeception module,
by adding them to the ``enabled`` modules section in your codeception
suite configurations.
**Example:**
```
modules:
enabled:
- \OxidEsales\Codeception\Module\Oxideshop:
screen_shot_url: '%SCREEN_SHOT_URL%'
depends:
- WebDriver
- Db
- \OxidEsales\Codeception\Module\Database:
depends: Db
- \OxidEsales\Codeception\Module\Translation\TranslationsModule:
shop_path: '%SHOP_SOURCE_PATH%'
paths: 'Application/views/theme-id'
```After adding to the suite configuration, rebuild the codeception
configuration by running the command:```
codecept build
```## Bugs and issues
If you experience any bugs or issues, please report them in
the Issues section.