Skip to content

Conversation

@sunker
Copy link
Contributor

@sunker sunker commented Jan 8, 2026

Add support for e2e testing grafana plugins using a Grafana image built with React 19. The action now automatically includes the dev-preview-react19 image for Grafana org repositories by default, while external repositories skip it by default. Both can be overridden using the new skip-grafana-react-image input.

Tested with internal repo: grafana/grafana-test-datasource#31
Tested with external repo: sunker/test-panel#3

Fixes #191

@sunker sunker changed the title E2E Versions: feat: support react image in e2e matrix feat: support react image in e2e matrix Jan 8, 2026
@tolzhabayev
Copy link
Contributor

Since you are at it - bump the version please

@grafana-plugins-platform-bot grafana-plugins-platform-bot bot moved this from 📬 Triage to 🔬 In review in Plugins Platform / Grafana Community Jan 8, 2026
*/
module.exports = async ({ core }) => {
try {
console.log('Getting latest Grafana React tag from DockerHub...');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've only skimmed the code but the react-19 tag doesn't change between pushes. See this temp change in grafana/grafana react PR.

@sunker sunker marked this pull request as ready for review January 8, 2026 15:19
@sunker sunker requested review from a team as code owners January 8, 2026 15:19
@sunker sunker requested review from academo, jackw, s4kh and xnyo January 8, 2026 15:19
@sunker sunker requested a review from jackw January 9, 2026 07:56
Copy link
Contributor

@jackw jackw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code LGTM! 🚀

@sunker sunker self-assigned this Jan 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 🔬 In review

Development

Successfully merging this pull request may close these issues.

Feat: Support adding custom images to e2e-versions action

4 participants