grafana / plugin-tools

Create Grafana plugins with ease.
https://grafana.com/developers/plugin-tools/
Apache License 2.0
57 stars 31 forks source link

Feat: Create Plugin - Run e2e tests against multiple versions of Grafana #867

Closed sunker closed 5 months ago

sunker commented 5 months ago

Which areas does this feature request relate to

Problem

Currently the ci.yml workflow only runs the Playwright e2e tests against the lastest version of Grafana.

Solution

The e2e tests should run against all Grafana versions that the plugin is supposed to be compatible with.

Alternatives

No response

Additional context

No response

Are you interested in contributing the solution?

sunker commented 5 months ago

Fixed in https://github.com/grafana/plugin-tools/pull/870