mattermost-community / mattermost-plugin-todo

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

test(e2e, playwright): added e2e test for /todo list command #239

Closed rahulsuresh-git closed 5 months ago

rahulsuresh-git commented 11 months ago

Summary

This introduces a Playwright end-to-end (e2e) test to check if the /todo list command functions as expected. We verify that the correct suggestions are shown and then assert by listing a previously added todo.

I've also made a few changes to improve clarity and readability. Verified that the test passes locally.

image
rahulsuresh-git commented 11 months ago

Note: Wait until https://github.com/mattermost/mattermost-plugin-todo/pull/238 is merged due to overlapping changes.

rahulsuresh-git commented 5 months ago

Closing this PR as the changes are moved to this single PR: https://github.com/mattermost-community/mattermost-plugin-todo/pull/254. Note: Comments addressed on the single PR.