Skip to content

Commit 672f712

Browse files
committed
add Readme.md
1 parent 96b05e8 commit 672f712

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

e2etests/README.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# End-to-End Tests (e2etests)
2+
3+
This directory contains the end-to-end tests for the OpenTelemetry Collector Contrib repository. These tests are designed to validate the functionality and integration of various components in real-world scenarios.
4+
5+
## Dependencies
6+
7+
The e2etests package leverages the following external packages:
8+
9+
- [Datadog Agent E2E Tests](https://github.com/DataDog/datadog-agent/tree/main/test/new-e2e): Provides a framework and utilities for running end-to-end tests.
10+
- [Datadog Test Infra Definitions](https://github.com/DataDog/test-infra-definitions): Supplies infrastructure definitions and configurations for setting up test environments.
11+
12+
## Usage
13+
14+
To run the tests, ensure that all dependencies are installed and configured correctly. Refer to the documentation in the linked repositories for setup instructions.
15+
16+
## Contributing
17+
18+
Contributions to the e2etests package are welcome. Please ensure that any changes are thoroughly tested and documented.
19+
20+
## License
21+
22+
This project is licensed under the Apache 2.0 License. See the [LICENSE](../LICENSE) file for details.

0 commit comments

Comments
 (0)