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

fix: test new ci #18

Merged
merged 3 commits into from
Aug 21, 2024

feat: tests result can see now

394c6f5
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

fix: test new ci #18

feat: tests result can see now
394c6f5
Select commit
Loading
Failed to load commit list.
GitHub Actions / DotNET Tests succeeded Aug 21, 2024 in 1s

17 passed, 0 failed and 0 skipped

Tests passed successfully

✅ test/TestResults/test-results.trx

17 tests were completed in 796ms with 17 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
test.Application.UnitTests.Services.DomainService.IdentityServiceTests 11✅ 106ms
test.UnitTest1 1✅ 3ms
test.Web.UnitTests.Controllers.IdentityControllerTests 5✅ 101ms

✅ test.Application.UnitTests.Services.DomainService.IdentityServiceTests

✅ ChangeRole_WhenOperationSucceeds_ReturnsSuccessResult
✅ ChangeRole_WhenRoleDoesNotExist_ReturnsFailResult
✅ ChangeRole_WhenUserDoesNotExist_ReturnsFailResult
✅ GetUsersAsync_ReturnsUserListWithRoles
✅ Login_WhenLoginSucceeds_ReturnsSuccessResult
✅ Login_WhenPasswordIncorrect_ReturnsFailResult
✅ Login_WhenUsernameNotFound_ReturnsFailResult
✅ SignUpUser_WhenRoleAssignmentFails_ReturnsFailResult
✅ SignUpUser_WhenRoleDoesNotExist_ReturnsFailResult
✅ SignUpUser_WhenUserCreationFails_ReturnsFailResult
✅ SignUpUser_WhenUserIsCreatedAndRoleAssignedSuccessfully_ReturnsSuccessResult

✅ test.UnitTest1

✅ Test1

✅ test.Web.UnitTests.Controllers.IdentityControllerTests

✅ ChangeRole_WhenOperationSucceeds_ReturnsOk
✅ ChangeRole_WhenRoleDoesNotExist_ReturnsBadRequest
✅ Login_WhenLoginSucceeds_ReturnsOkResult
✅ Signup_WhenRoleDoesNotExist_ReturnsBadRequest
✅ Signup_WhenSignUpSucceeds_ReturnsOkResult