mattermost-community / mattermost-plugin-todo

Mattermost plugin for tracking to do items
Apache License 2.0
67 stars 59 forks source link

Adding the Mattermost Plugins E2E Utils as a dependency #258

Open panoramix360 opened 3 months ago

panoramix360 commented 3 months ago

This PR is intended to test the integration with the Mattermost Plugins E2E Utils that I'm working on with @mickmister!

I'm creating as a draft for now, so we can test it.

Related PR in mattermost-plugin-e2e-test-utils repo https://github.com/mattermost-community/mattermost-plugin-e2e-test-utils/pull/3

Related thread https://community.mattermost.com/core/pl/w4oistz7rtn4bj9ewfu8neimdh

mickmister commented 3 months ago

From my comment above:

Any functionality imported from @e2e-support/* should be relocated to the shared package.

I'm thinking a lot of this stuff is already in the shared package. If there's anything else that this @e2e-support import is providing, we can move it over to the shared package.