grafana / plugin-tools

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

Plugin E2E: Click on panel menu items #865

Closed sunker closed 6 months ago

sunker commented 6 months ago

What this PR does / why we need it:

This PR adds a clickOnMenuItem method to the panel model. This makes it possible to click on a panel menu item (or a sub menu item). The method can for example be used to click on link extensions that are shown in the panel menu.

I need this feature to properly migrate the app-with-extensions example plugin to use Playwright instead of Cypress.

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

📦 Published PR as canary version: Canary Versions
:sparkles: Test out this PR locally via: ```bash npm install @grafana/plugin-e2e@1.1.0-canary.865.4f18148.0 # or yarn add @grafana/plugin-e2e@1.1.0-canary.865.4f18148.0 ```
github-actions[bot] commented 6 months ago

Hello! 👋 This repository uses Auto for releasing packages using PR labels.

✨ This PR can be merged and will trigger a new minor release. NOTE: When merging a PR with the release label please avoid merging another PR. For further information see here.

grafana-plugins-platform-bot[bot] commented 6 months ago

:rocket: PR was released in @grafana/plugin-e2e@1.1.0 :rocket: