grafana/pkg/tests
beejeebus 089176bf23 Fetch datasource config in the Grafana UI via app platform endpoints
When `config.featureToggles.queryServiceWithConnections` is true, calls
to `getDataSourceByUid` are routed through a new frontend function,
`getDataSourceFromK8sAPI`, which exercises the new app platform
kubernetes style APIs.
2026-02-03 22:11:43 +00:00
..
alertmanager Replace remaining calls to testing.Short where possible. (#110765) 2025-09-09 08:16:12 +00:00
api Alerting: Add integration tests for alerting high availability (#117169) 2026-02-02 14:51:25 +01:00
apis Fetch datasource config in the Grafana UI via app platform endpoints 2026-02-03 22:11:43 +00:00
testinfra Alerting: Add integration tests for alerting high availability (#117169) 2026-02-02 14:51:25 +01:00
testsuite Remove support for Google Spanner database. (#105846) 2025-05-23 11:35:59 +02:00
web Replace check for integration tests. (#110707) 2025-09-08 15:49:49 +02:00
README.md Chore: Add CloudWatch HTTP API tests (#29691) 2021-01-07 11:36:13 +01:00
utils.go Move SkipIntegrationTestInShortMode to testutil. (#110750) 2025-09-08 12:50:31 +02:00

Integration tests

This directory contains Grafana server integration tests.