Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Test Coverage of Registration Flow #22297

Closed
justjanne opened this issue May 20, 2022 · 0 comments · Fixed by matrix-org/matrix-react-sdk#11398
Closed

Improve Test Coverage of Registration Flow #22297

justjanne opened this issue May 20, 2022 · 0 comments · Fixed by matrix-org/matrix-react-sdk#11398
Assignees
Labels
A-Testing Testing, code coverage, etc. T-Enhancement T-Task Tasks for the team like planning

Comments

@justjanne
Copy link
Contributor

justjanne commented May 20, 2022

Currently, we’re only testing a few parts of the registration flow.

As we’ve changed some parts of that flow, especially the email verification flow in matrix-org/matrix-react-sdk#8654 and matrix-org/matrix-js-sdk#2390, it became obvious how little coverage of this brittle flow exists.

We should increase coverage and test multiple different flows to ensure the new user experience is not affected by bugs during registration. @t3chguy suggested writing cypress tests for registration with email verification using e.g., https://hub.docker.com/r/mailhog/mailhog/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Testing Testing, code coverage, etc. T-Enhancement T-Task Tasks for the team like planning
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants