hey!
I'll post my discoveries in the mattermost-plugin-e2e-test-utils integration with the mattermost-plugin-todo project here.
The idea behind this is:
- Create utility code here in this project that can be used throughout other mattermost plugins that want to test the projects using Playwright
- The utility code will have things like starting a container with mattermost server that can be used in e2e tests, log in automatically, and stuff like that
Some of the initial code is being based on this PR mattermost/mattermost-plugin-msteams#459
The branch I created to test these things is: feature/playwright-setup
Feel free to take a look at it right now.
I'll write a next comment/post with the initial discoveries.