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

refactor: clean core framework (#58) #59

refactor: ignore migrations from cshparier #58

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

refactor: clean core framework (#58) #59

refactor: ignore migrations from cshparier #58
0397ff6
Select commit
Loading
Failed to load commit list.
GitHub Actions / .NET Tests succeeded Nov 23, 2024 in 0s

241 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
tests/Account.IntegrationTests/TestResults/integration_tests.trx 1s
tests/Account.IntegrationTests/TestResults/unit_tests.trx 1s
tests/Account.UnitTests/TestResults/integration_tests.trx 1s
tests/Account.UnitTests/TestResults/unit_tests.trx 210✅ 2s
tests/Identity.IntegrationTests/TestResults/integration_tests.trx 31✅ 22s
tests/Identity.IntegrationTests/TestResults/unit_tests.trx 2s

✅ tests/Account.IntegrationTests/TestResults/integration_tests.trx

No tests found

✅ tests/Account.IntegrationTests/TestResults/unit_tests.trx

No tests found

✅ tests/Account.UnitTests/TestResults/integration_tests.trx

No tests found

✅ tests/Account.UnitTests/TestResults/unit_tests.trx

210 tests were completed in 2s with 210 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Account.UnitTests.Profile.Models.AddressTests 24✅ 80ms
Account.UnitTests.Profile.Models.DateOfBirthTests 16✅ 218ms
Account.UnitTests.Profile.Models.EmailTests 26✅ 51ms
Account.UnitTests.Profile.Models.FirstNameTests 34✅ 78ms
Account.UnitTests.Profile.Models.LastNameTests 44✅ 41ms
Account.UnitTests.Profile.Models.PersonalInfoTests 20✅ 292ms
Account.UnitTests.Profile.Models.PhoneNumberTests 46✅ 191ms

✅ tests/Identity.IntegrationTests/TestResults/integration_tests.trx

31 tests were completed in 22s with 31 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Identity.IntegrationTests.Endpoints.ConfirmEmail.V1.ConfirmEmailEndpointIntegrationTests 4✅ 1s
Identity.IntegrationTests.Endpoints.ForgotPassword.V1.ForgotPasswordEndpointIntegrationTests 3✅ 384ms
Identity.IntegrationTests.Endpoints.GetInfo.GetInfoEndpointIntegrationTests 2✅ 3s
Identity.IntegrationTests.Endpoints.Login.V1.LoginEndpointIntegrationTests 4✅ 1s
Identity.IntegrationTests.Endpoints.Register.V1.RegisterEndpointIntegrationTests 8✅ 3s
Identity.IntegrationTests.Endpoints.ResendConfirmationEmail.ResendConfirmationEmailIntegrationTest 4✅ 2s
Identity.IntegrationTests.Endpoints.ResetPassword.V1.ResetPasswordEndpointIntegrationTests 6✅ 3s

✅ tests/Identity.IntegrationTests/TestResults/unit_tests.trx

No tests found