You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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