The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/e2e/plugin-e2e/plugin-e2e-api-tests
Marcus Andersson 39605a93ab
E2E: Adding API tests for panel edit settings (#99038)
4 months ago
..
as-admin-user E2E: Adding API tests for panel edit settings (#99038) 4 months ago
as-viewer-user Dashboards: Enable scenes by default (#93818) 8 months ago
mocks Annotation query: Render query result in alert box (#83230) 1 year ago
README.md E2E Selectors: Force plugin-e2e to use workspace version of e2e-selectors (#95511) 7 months ago
errors.ts E2E: Add plugin-e2e scenario verification tests (#79969) 1 year ago

README.md

@grafana/plugin-e2e API tests

The purpose of the E2E tests in this directory is not to test the plugins per se - it's to verify that the fixtures, models and expect matchers provided by the @grafana/plugin-e2e package are compatible with the latest version of Grafana. If you find that any of these tests are failing, it's likely because you have made changes in the Grafana UI that breaks the end-to-end testing APIs in plugin-e2e. For information on how to address this, follow the instructions in the contributing guidelines for the @grafana/plugin-e2e package in the plugin-tools repository.