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/custom-plugins/app-with-extensions
Erik Sundell 72241dbf5f
Plugin extensions: Add e2e tests (#89048)
12 months ago
..
README.md Plugin extensions: Add e2e tests (#89048) 12 months ago
module.js Plugin extensions: Add e2e tests (#89048) 12 months ago
plugin.json Plugin extensions: Add e2e tests (#89048) 12 months ago

README.md

App with extensions

This app was initially copied from the app-with-extensions example plugin. The plugin bundle is using AMD, but it's not minified and the plugin feature set is small so it should be possible to make changes in this file if necessary.

To test this app:

# start e2e test instance (it will install this plugin)
PORT=3000 ./scripts/grafana-server/start-server
# run Playwright tests using Playwright VSCode extension or with the following script
yarn e2e:playwright