mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
2ed6ca360f
* add simple test apps that use usePluginComponent hook and exposeComponent api * add e2e test * update readme * Update README.md * fix lint issue * pr feedback |
||
---|---|---|
.. | ||
app-with-exposed-components | ||
app-with-extension-point | ||
app-with-extensions | ||
frontend-sandbox-app-test | ||
frontend-sandbox-datasource-test | ||
frontend-sandbox-panel-test | ||
README.md |
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).