grafana/e2e-playwright/plugin-e2e/plugin-e2e-api-tests
Erik Sundell 112a2fb140
Chore: Add OpenFeature tests (#117055)
* bump plugin-e2e

* add OF tests

* handle empty/invalid grafanaVersion in resolveSelectors
2026-01-30 09:45:32 +01:00
..
as-admin-user Chore: Add OpenFeature tests (#117055) 2026-01-30 09:45:32 +01:00
as-viewer-user E2E: migrate to playwright (#107241) 2025-07-11 10:31:33 +01:00
mocks E2E: migrate to playwright (#107241) 2025-07-11 10:31:33 +01:00
errors.ts E2E: migrate to playwright (#107241) 2025-07-11 10:31:33 +01:00
README.md E2E: migrate to playwright (#107241) 2025-07-11 10:31:33 +01:00

@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.