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

Split the back end CRUD tests into single tests #40219

Merged
merged 12 commits into from
Mar 28, 2023

Conversation

laoneo
Copy link
Member

@laoneo laoneo commented Mar 27, 2023

Test should do only one thing and not test multiple steps in one. This pr splits the existing back end tests into single tests.

The login function is now persisted across tests to speed up running the tests. We are using the cypress session feature which is available since version 12 to save the session after login.

@MacJoom MacJoom merged commit 7d28502 into joomla:4.4-dev Mar 28, 2023
@laoneo laoneo deleted the tests/backend/users branch March 28, 2023 09:07
@laoneo laoneo added this to the Joomla! 4.4.0 milestone Mar 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants