Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin E2E: Tasklist #576

Closed
24 tasks done
sunker opened this issue Dec 11, 2023 · 4 comments
Closed
24 tasks done

Plugin E2E: Tasklist #576

sunker opened this issue Dec 11, 2023 · 4 comments
Assignees
Labels
enhancement New feature or request type/epic

Comments

@sunker
Copy link
Contributor

sunker commented Dec 11, 2023

Which areas does this feature request relate to

  • Create Plugin
  • Sign Plugin
  • Plugin E2E
  • Documentation

Problem

This epic contains a list of all the tasks that need to be completed for the plugin e2e package MVP.

For a detailed description of the problem, see grafana/grafana#77484.

Tasks

  1. patch plugin-e2e release released
  2. minor release
  3. 0 of 4
    enhancement
    sunker
  4. patch release released
  5. patch release released
  6. minor release released
  7. minor release released
  8. no-changelog
  9. minor release released
    sunker
  10. sunker
  11. 10 of 10
    enhancement type/epic
    sunker

Solution

See grafana/grafana#77484.

Alternatives

No response

Additional context

No response

Are you interested in contributing the solution?

  • Yes
  • No
@yesoreyeram
Copy link

Good to see that we are improving our E2E suite. BTW, did we consider breaking this into sub categories such as datasources e2e and panels e2e. By that way, we can understand what is important for different type of plugins. Also it would be nice if we can recommend series of scenarios to test for datasource developers such as how to test config editors for various scenarios, how to test query editors and query responses. Also it would be nice if we can come up with some guidelines on what a datasource developer should test and shouldn't test. ( by accident, it is easy that a plugin authors will start testing grafana functionality instead of plugin functionality )

@sunker
Copy link
Contributor Author

sunker commented Jan 29, 2024

Thanks for feedback @yesoreyeram!

This is somewhat confusing, but this issue just lists actions for this repo. The overall epic is defined in the Grafana repo, and it in turn has an issue that aimed to align on what scenarios plugin-e2e should provide for data source plugins. I shared this in the #grafana-data-sources channel to collect feedback a while back.

But I totally agree with you here - we should provide guidelines on how to E2E test the different kinds of plugins. Me and @sympatheticmoose have made a rough draft of what we'd like to cover in the docs for plugin-e2e:

├── getting-started
│   ├── installation.md
│   └── writing-tests.md
│   ├── ci-github-actions.md
├── guides
│   ├── best-practices.md
│   ├── how-to-test-data-source-plugins.md # frontend and backend
│   └──how-to-test-panel-plugins.md
│   ├── how-to-test-app-plugins.md
│   ├── assertions.md
│   ├── ci.md
│   ├── feature-toggles.md
│   ├── playwright-configuration.md
│   ├── provisioning.md
└── migration
    └── migrating-from-grafana-e2e.md
├── api ref
│   ├── assertions.md
│   ├── classes.md
│   └── fixtures.md

As you can see, we'll walk through testing the different plugin types, best practices and much more in the guides.

@tolzhabayev
Copy link
Collaborator

@sunker I think we can close this one?

@sunker
Copy link
Contributor Author

sunker commented May 28, 2024

Yes 👍

@sunker sunker closed this as completed May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request type/epic
Projects
Development

No branches or pull requests

3 participants