oxid-esales / tests-deprecated-ce
OXID eShop CE deprecated tests
Installs: 17 817
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 1
Open Issues: 0
Requires
- oxid-esales/azure-theme: dev-master
- oxid-esales/testing-library: dev-b-8.0.x
This package is auto-updated.
Last update: 2024-11-05 09:03:53 UTC
README
These are deprecated tests, that after refactoring will be removed. Please do not add any new tests here
These tests are using OXID eShop testing library to test OXID eShop: https://github.com/OXID-eSales/testing_library
Installation
Run the following commands to install tests and the Testing library:
composer require oxid-esales/tests-deprecated-ce --with-all-dependencies
Configuration
Please copy the testing configuration file test_config.yml.dist
into shop root directory and
rename it to test_config.yml
:
cp vendor/oxid-esales/testing-library/test_config.yml.dist test_config.yml