Skip to content

Add git actions test report #7

Add git actions test report

Add git actions test report #7

GitHub Actions / Test Report Summary succeeded Oct 25, 2023 in 0s

Test Report Summary ✅

Tests passed successfully

Report Passed Failed Skipped Time
target/surefire-reports/TEST-com.lauro.correia.reactive.api.controller.UserInfoControllerITest.xml 3✅ 4s
target/surefire-reports/TEST-com.lauro.correia.reactive.api.controller.UserInfoControllerTest.xml 6✅ 10s
target/surefire-reports/TEST-com.lauro.correia.reactive.api.service.album.AlbumServiceTest.xml 1✅ 236ms
target/surefire-reports/TEST-com.lauro.correia.reactive.api.service.post.PostServiceImplTest.xml 1✅ 197ms
target/surefire-reports/TEST-com.lauro.correia.reactive.api.service.user.UserServiceTest.xml 3✅ 2s
target/surefire-reports/TEST-com.lauro.correia.reactive.api.SpringReactiveApiApplicationTests.xml 1✅ 608ms

✅ target/surefire-reports/TEST-com.lauro.correia.reactive.api.controller.UserInfoControllerITest.xml

3 tests were completed in 4s with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.lauro.correia.reactive.api.controller.UserInfoControllerITest 3✅ 4s

✅ com.lauro.correia.reactive.api.controller.UserInfoControllerITest

✅ get_user_info_response_not_found_test
✅ get_user_info_response_ok_test
✅ get_user_list_response_OK_test

✅ target/surefire-reports/TEST-com.lauro.correia.reactive.api.controller.UserInfoControllerTest.xml

6 tests were completed in 10s with 6 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.lauro.correia.reactive.api.controller.UserInfoControllerTest 6✅ 10s

✅ com.lauro.correia.reactive.api.controller.UserInfoControllerTest

✅ should_return_not_found_test
✅ should_return_internal_server_error_test
✅ should_return_user_test
✅ should_return_user_info_OK_for_id_3_test
✅ should_return_user_info_OK_for_id_7_test
✅ should_return_user_info_OK_for_id_9_test

✅ target/surefire-reports/TEST-com.lauro.correia.reactive.api.service.album.AlbumServiceTest.xml

1 tests were completed in 236ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.lauro.correia.reactive.api.service.album.AlbumServiceTest 1✅ 236ms

✅ com.lauro.correia.reactive.api.service.album.AlbumServiceTest

✅ get_album_info_ok_test

✅ target/surefire-reports/TEST-com.lauro.correia.reactive.api.service.post.PostServiceImplTest.xml

1 tests were completed in 197ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.lauro.correia.reactive.api.service.post.PostServiceImplTest 1✅ 197ms

✅ com.lauro.correia.reactive.api.service.post.PostServiceImplTest

✅ getPostInfo

✅ target/surefire-reports/TEST-com.lauro.correia.reactive.api.service.user.UserServiceTest.xml

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

Test suite Passed Failed Skipped Time
com.lauro.correia.reactive.api.service.user.UserServiceTest 3✅ 2s

✅ com.lauro.correia.reactive.api.service.user.UserServiceTest

✅ get_users_list_test
✅ get_user_info_complete_test
✅ get_user_info_test

✅ target/surefire-reports/TEST-com.lauro.correia.reactive.api.SpringReactiveApiApplicationTests.xml

1 tests were completed in 608ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.lauro.correia.reactive.api.SpringReactiveApiApplicationTests 1✅ 608ms

✅ com.lauro.correia.reactive.api.SpringReactiveApiApplicationTests

✅ contextLoads