Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```