mattermost-community / focalboard

Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana.
https://www.focalboard.com
Other
21.62k stars 1.93k forks source link

Add Cypress tests: Login actions #42

Closed chenilim closed 2 years ago

chenilim commented 3 years ago

Simulate user creation, login, and logout actions

djanda97 commented 3 years ago

Hi @chenilim! I’m excited to see that Mattermost is working on an alternative to Trello. Once I get the dev environment setup, I’ll take a shot at this issue.

jespino commented 3 years ago

Great! thanks @djanda97!

kamre commented 3 years ago

@chenilim @jespino I have started working on this and encountered the problem with user registration when single user option is enabled.

In particular this code doesn't allow to process user registration.

Do we really need to use single user for cypress testing?

kamre commented 3 years ago

As discussed in focalboard channel this issue is on hold until there is "base Cypress setup with convenient UI and API commands that will make user registration/logging easier"

My branch with Cypress tests can be helpful later.