Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 2 years ago)
- Default Branch: b-8.0.x
- Last Pushed: 2024-10-23T14:14:41.000Z (2 months ago)
- Last Synced: 2024-10-23T16:36:50.860Z (2 months ago)
- Language: PHP
- Size: 30.3 MB
- Stars: 0
- Watchers: 5
- Forks: 1
- 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 hereThese 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
```