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

Add end-to-end (Cypress) tests #27

Open
gturri opened this issue Jan 14, 2024 · 0 comments
Open

Add end-to-end (Cypress) tests #27

gturri opened this issue Jan 14, 2024 · 0 comments

Comments

@gturri
Copy link
Member

gturri commented Jan 14, 2024

Here is a list of some regression we almost had, and hence for which a safety net would be appreciated:

  • user can login (nb: can break if the Symfony ad hoc routing middleware does not allow-list that endpoint anymore)
  • user can logout (nb: can break if the Symfony ad hoc routing middleware does not allow-list that endpoint anymore)
  • once user is logged out, the login screen is displayed (nb: this almost ended up broken when refactoring from ad hoc routing to angular router)
  • Slack outdated members list is not reloaded when user just goes from one tab to the other (nb: there could be a regression on it for instance if someone tries manipulating the Observable directly instead of the wrapping Promises in the DataProviderService)
  • the member table can still be sorted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant