-
Notifications
You must be signed in to change notification settings - Fork 0
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
Added tests for the Authentication endpoints #62
Conversation
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, good job with the tests!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but neither Sonarcloud nor Github Actions seem to have actually run the tests. Could you add these tests to their configuration?
I have planned to end this by the end of the week although I wanted to have this merged before to finish all of the other tests in the rest of the branches. I will add the github actions in other branch (I also have to fix them either way) |
I have added tests for the SpringBoot API testing the following endpoints:
The tests developed from now on shall follow the same format as the ones provided here.
They shall also be added to a test suit in Github actions as described in #61