https://github.com/oxid-esales/tests-deprecated-ce
Deprecated tests, after refactoring should be removed
https://github.com/oxid-esales/tests-deprecated-ce
Last synced: 11 months ago
JSON representation
Deprecated tests, after refactoring should be removed
- Host: GitHub
- URL: https://github.com/oxid-esales/tests-deprecated-ce
- Owner: OXID-eSales
- License: other
- Created: 2022-08-31T09:48:20.000Z (almost 4 years ago)
- Default Branch: b-8.0.x
- Last Pushed: 2024-11-29T12:53:43.000Z (over 1 year ago)
- Last Synced: 2025-06-21T16:21:28.250Z (12 months ago)
- Language: PHP
- Size: 30.3 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OXID eShop deprecated tests
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:
```bash
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``:
```bash
cp vendor/oxid-esales/testing-library/test_config.yml.dist test_config.yml
```