grafana/plugin-tools

Add check to create-plugin update script for grafana e2e usage

Closed this issue · 1 comments

Which areas does this feature request relate to

  • Create Plugin
  • Sign Plugin
  • Plugin E2E
  • Plugin Meta Extractor
  • Documentation

Problem

While updating grafana-plugin-examples I used npx @grafana/create-plugin@latest update and if there is no playwrite.comfif file in the plugin folder script adds e2e into the package.json, but those plugins do not use e2e at all.

Solution

We need to check if there is playwrite.config and if it is not, check if we use grafana e2e in the plugin

Alternatives

No response

Additional context

No response

Are you interested in contributing the solution?

  • Yes
  • No