diff --git a/pytest-itde/README.md b/pytest-itde/README.md index e69de29..9182b72 100644 --- a/pytest-itde/README.md +++ b/pytest-itde/README.md @@ -0,0 +1,17 @@ +# pytest-itde Plugin + +The `pytest-itde` plugin is a pytest plugin designed to facilitate the integration testing of projects using the Exasol Integration Test Docker Environment (ITDE). +This plugin was originally a part of [ITDE](https://github.com/exasol/integration-test-docker-environment), offering it's functionalities directly within the test environment. + +## Features + +- **Integration with ITDE:** Designed to work closely with the Exasol Integration Test Docker Environment, enabling efficient setup, execution, and teardown of integration tests. +- **Ease of Use:** Simplifies the configuration and execution of tests by leveraging the pytest framework, making it accessible to developers familiar with pytest conventions. + +## Installation + +To install the pytest-itde plugin, you can use pip: + +```bash +pip install pytest-itde +```