mattermost-community / mattermost-plugin-todo

Mattermost plugin for tracking to do items
Apache License 2.0
68 stars 62 forks source link

Extract centralized plugin e2e setup code into separate repo #234

Open mickmister opened 11 months ago

mickmister commented 11 months ago

In order to de-duplicate setup code like configuration for running playwright tests, we can centralize it into its own repo, and clone it as a submodule in the plugin repo's e2e/playwright folder. Then you just need to write the bare minimum to test the given plugin.

More info here https://community.mattermost.com/core/pl/rfpn7mhu7ig6fgphizcdby54rh