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

chore(deps): update dependency @testing-library/react to v16 #727

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

chore(deps): update dependency @testing-library/react to v16

ceb961f
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

chore(deps): update dependency @testing-library/react to v16 #727

chore(deps): update dependency @testing-library/react to v16
ceb961f
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test results succeeded Aug 29, 2024 in 0s

53 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
intTest/TEST-de.codecentric.hc.habit.api.doc.ApiDocIntTest.xml 2✅ 3s
intTest/TEST-de.codecentric.hc.habit.habits.HabitControllerIntTest.xml 11✅ 2s
intTest/TEST-de.codecentric.hc.habit.habits.HabitControllerJwtIntTest.xml 10✅ 823ms
intTest/TEST-de.codecentric.hc.habit.habits.HabitModuleIntegrationTest.xml 2✅ 394ms
intTest/TEST-de.codecentric.hc.habit.monitoring.MonitoringIntTest.xml 1✅ 116ms
intTest/TEST-de.codecentric.hc.habit.provider.verification.UiPactVerificationTest.xml 3✅ 775ms
test/TEST-de.codecentric.hc.habit.auth.AuthTest.xml 4✅ 685ms
test/TEST-de.codecentric.hc.habit.auth.InsecureJwtDecoderTest.xml 4✅ 20ms
test/TEST-de.codecentric.hc.habit.auth.UserIdArgumentResolverTest.xml 5✅ 787ms
test/TEST-de.codecentric.hc.habit.habits.HabitControllerTest.xml 10✅ 232ms
test/TEST-de.codecentric.hc.habit.habits.HabitTest.xml 1✅ 8ms

✅ intTest/TEST-de.codecentric.hc.habit.api.doc.ApiDocIntTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.habit.api.doc.ApiDocIntTest 2✅ 3s

✅ de.codecentric.hc.habit.api.doc.ApiDocIntTest

✅ shouldReturnOpenApiSpecAsJson()
✅ shouldDisplaySwaggerUi()

✅ intTest/TEST-de.codecentric.hc.habit.habits.HabitControllerIntTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.habit.habits.HabitControllerIntTest 11✅ 2s

✅ de.codecentric.hc.habit.habits.HabitControllerIntTest

✅ createHabitWithBlankName()
✅ deleteHabit()
✅ createHabit()
✅ createHabitWithDuplicateName()
✅ deleteHabitWithoutAuthShouldFail()
✅ getHabits()
✅ createHabitWith65CharacterName()
✅ getHabitsOrderedByNameAscending()
✅ createHabitWithoutSchedule()
✅ createHabitWith64CharacterName()
✅ deleteHabitNotFound()

✅ intTest/TEST-de.codecentric.hc.habit.habits.HabitControllerJwtIntTest.xml

10 tests were completed in 823ms with 10 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.habit.habits.HabitControllerJwtIntTest 10✅ 823ms

✅ de.codecentric.hc.habit.habits.HabitControllerJwtIntTest

✅ createHabitWithBlankName()
✅ deleteHabit()
✅ createHabit()
✅ createHabitWithDuplicateName()
✅ getHabits()
✅ createHabitWith65CharacterName()
✅ getHabitsOrderedByNameAscending()
✅ createHabitWithoutSchedule()
✅ createHabitWith64CharacterName()
✅ deleteHabitNotFound()

✅ intTest/TEST-de.codecentric.hc.habit.habits.HabitModuleIntegrationTest.xml

2 tests were completed in 394ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.habit.habits.HabitModuleIntegrationTest 2✅ 394ms

✅ de.codecentric.hc.habit.habits.HabitModuleIntegrationTest

✅ shouldPublishHabitCreatedEventWhenHabitIsCreated(Scenario)
✅ shouldPublishHabitDeletedEventWhenHabitIsDeleted(Scenario)

✅ intTest/TEST-de.codecentric.hc.habit.monitoring.MonitoringIntTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.habit.monitoring.MonitoringIntTest 1✅ 116ms

✅ de.codecentric.hc.habit.monitoring.MonitoringIntTest

✅ healthCheck()

✅ intTest/TEST-de.codecentric.hc.habit.provider.verification.UiPactVerificationTest.xml

3 tests were completed in 775ms with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.habit.provider.verification.UiPactVerificationTest 3✅ 775ms

✅ de.codecentric.hc.habit.provider.verification.UiPactVerificationTest

✅ hc-ui - request to return the habits of a user
✅ hc-ui - request to create a new habit
✅ hc-ui - request to delete the habit with id '123'

✅ test/TEST-de.codecentric.hc.habit.auth.AuthTest.xml

4 tests were completed in 685ms with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.habit.auth.AuthTest 4✅ 685ms

✅ de.codecentric.hc.habit.auth.AuthTest

✅ getHabitsWithoutAuthShouldThrowConstraintViolationException()
✅ getHabitsWithUserIdHeaderAndJwtShouldUseJwtAndReturnOk()
✅ getHabitsWithUserIdHeaderShouldReturnOk()
✅ getHabitsWithJwtShouldReturnOk()

✅ test/TEST-de.codecentric.hc.habit.auth.InsecureJwtDecoderTest.xml

4 tests were completed in 20ms with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.habit.auth.InsecureJwtDecoderTest 4✅ 20ms

✅ de.codecentric.hc.habit.auth.InsecureJwtDecoderTest

✅ decode_whenInvalidSignatureToken_thenSuccess()
✅ decode_whenMalformedPayloadToken_thenJwtException()
✅ decode_whenValidToken_thenSuccess()
✅ decode_whenMalformedHeaderToken_thenJwtException()

✅ test/TEST-de.codecentric.hc.habit.auth.UserIdArgumentResolverTest.xml

5 tests were completed in 787ms with 5 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.habit.auth.UserIdArgumentResolverTest 5✅ 787ms

✅ de.codecentric.hc.habit.auth.UserIdArgumentResolverTest

✅ shouldNotSupportParametersWithoutUserIdAnnotation()
✅ shouldReturnUserIdWhenAuthorizationIsMissing()
✅ shouldSupportParametersWithUserIdAnnotation()
✅ shouldExtractUserIdFromJwtToken()
✅ shouldThrowAnExceptionWhenTheAuthorizationHeaderIsBasicAuth()

✅ test/TEST-de.codecentric.hc.habit.habits.HabitControllerTest.xml

10 tests were completed in 232ms with 10 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.habit.habits.HabitControllerTest 10✅ 232ms

✅ de.codecentric.hc.habit.habits.HabitControllerTest

✅ deleteHabitShouldDeleteHabit()
✅ createHabitShouldCreateHabit()
✅ getHabitShouldThrowAnExceptionWhenHabitNotFound()
✅ deleteHabitShouldThrowExceptionWhenHabitNotFound()
✅ getHabitShouldReturnHabits()
✅ createHabitShouldHandleDataAccessException()
✅ getHabitShouldReturnHabitById()
✅ createHabitShouldHandleDataIntegrityViolationException()
✅ createHabitShouldHandleUniqueHabitNameConstraintViolationException()
✅ createHabitShouldHandleConstraintViolationException()

✅ test/TEST-de.codecentric.hc.habit.habits.HabitTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.habit.habits.HabitTest 1✅ 8ms

✅ de.codecentric.hc.habit.habits.HabitTest

✅ canBeCreatedFromModificationRequests()