rishabhkailey / Grafana-Query-Cache

Grafana Query Cache is an Nginx-powered proxy that accelerates dashboard loading and reduces data source load by caching query results.
MIT License
2 stars 0 forks source link

feat(integration tests): Implement integration tests with Docker-based setup #19

Closed rishabhkailey closed 9 months ago

rishabhkailey commented 9 months ago
feat(integration tests): Implement integration tests with Docker-based setup

- Added integration tests using Golang for comprehensive testing.
- Introduced Docker Compose configuration to streamline test environment setup.
- Included Grafana configuration to create test dashboards and datasources.
- Enhanced documentation with a README file outlining integration test execution steps.
rishabhkailey commented 9 months ago

closing MR. will create new MR for integration tests.