grafana/e2e/custom-plugins
Erik Sundell 2ed6ca360f
Extensions: e2e test usePluginComponent hook (#91750)
* add simple test apps that use usePluginComponent hook and exposeComponent api

* add e2e test

* update readme

* Update README.md

* fix lint issue

* pr feedback
2024-08-12 15:43:42 +02:00
..
app-with-exposed-components Extensions: e2e test usePluginComponent hook (#91750) 2024-08-12 15:43:42 +02:00
app-with-extension-point Extensions: e2e test usePluginComponent hook (#91750) 2024-08-12 15:43:42 +02:00
app-with-extensions Plugin extensions: Add e2e tests (#89048) 2024-06-14 13:41:17 +02:00
frontend-sandbox-app-test Sandbox: e2e tests for apps running inside the frontend sandbox (#76357) 2023-10-12 09:43:59 +02:00
frontend-sandbox-datasource-test Sandbox: Add basic e2e tests for datasources inside sandbox (#76226) 2023-10-10 16:41:20 +03:00
frontend-sandbox-panel-test Sandbox: Add e2e tests to test global variables access (#76598) 2023-10-16 15:00:46 +02:00
README.md Plugin extensions: Add e2e tests (#89048) 2024-06-14 13:41:17 +02:00

Custom plugins

Plugins in this directory will be installed when the e2e test server is started. Optionally, you can provision the plugin by adding configuration to the datasources.yaml or to the plugins.yaml.

These plugins are not being built as part of CI. Plugins in this directory are being version controlled, so make sure the bundle size is small. Only use dependencies provided by the runtime (see list of runtime dependencies here).