grafana/e2e/plugin-e2e/plugin-e2e-api-tests
Erik Sundell d6d51f0316
Plugin E2E: Add more api tests (#94073)
* add tests

* bump plugin-e2e

* use range

* update lock file
2024-10-02 11:55:04 +02:00
..
as-admin-user Plugin E2E: Add more api tests (#94073) 2024-10-02 11:55:04 +02:00
as-viewer-user Dashboards: Enable scenes by default (#93818) 2024-09-30 10:49:02 +01:00
mocks Annotation query: Render query result in alert box (#83230) 2024-03-18 14:26:56 +01:00
errors.ts E2E: Add plugin-e2e scenario verification tests (#79969) 2024-02-23 12:39:30 +01:00
README.md E2E: Add plugin-e2e scenario verification tests (#79969) 2024-02-23 12:39:30 +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 probably due to one of the following reasons:

  • you have changed a value of a selector defined in @grafana/e2e-selector
  • you have made structural changes to the UI

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.