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

33 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
intTest/TEST-de.codecentric.hc.gateway.monitoring.MonitoringIntTest.xml 2✅ 3s
intTest/TEST-de.codecentric.hc.gateway.routing.HabitsIntTest.xml 3✅ 501ms
intTest/TEST-de.codecentric.hc.gateway.routing.ReportIntTest.xml 1✅ 196ms
intTest/TEST-de.codecentric.hc.gateway.routing.TrackIntTest.xml 2✅ 73ms
intTest/TEST-de.codecentric.hc.gateway.routing.UiIntTest.xml 4✅ 145ms
intTest/TEST-de.codecentric.hc.gateway.security.SecurityConfigIntTest.xml 3✅ 200ms
intTest/TEST-de.codecentric.hc.gateway.security.SecurityConfigOauthIntTest.xml 2✅ 129ms
test/TEST-de.codecentric.hc.gateway.filters.AddRequestHeaderUserIdTest.xml 5✅ 1s
test/TEST-de.codecentric.hc.gateway.filters.RewriteTrackPathWithUserIdTest.xml 6✅ 45ms
test/TEST-de.codecentric.hc.gateway.filters.UserIdMissingExceptionTest.xml 1✅ 1ms
test/TEST-de.codecentric.hc.gateway.security.ApplicationUserTest.xml 1✅ 8ms
test/TEST-de.codecentric.hc.gateway.security.SecurityConfigTest.xml 3✅ 9s

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

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.gateway.monitoring.MonitoringIntTest 2✅ 3s

✅ de.codecentric.hc.gateway.monitoring.MonitoringIntTest

✅ getActuatorHealthShouldReturnOk()
✅ getActuatorShouldReturnOk()

✅ intTest/TEST-de.codecentric.hc.gateway.routing.HabitsIntTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.gateway.routing.HabitsIntTest 3✅ 501ms

✅ de.codecentric.hc.gateway.routing.HabitsIntTest

✅ postHabitsShouldReturnCreated()
✅ getHabitsShouldReturnHabits()
✅ deleteHabitsShouldReturnOk()

✅ intTest/TEST-de.codecentric.hc.gateway.routing.ReportIntTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.gateway.routing.ReportIntTest 1✅ 196ms

✅ de.codecentric.hc.gateway.routing.ReportIntTest

✅ getAchievementReportShouldReturnAchievementReport()

✅ intTest/TEST-de.codecentric.hc.gateway.routing.TrackIntTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.gateway.routing.TrackIntTest 2✅ 73ms

✅ de.codecentric.hc.gateway.routing.TrackIntTest

✅ getTrackRecordsShouldReturnTrackRecordsForHabits()
✅ putTrackRecordsShouldUpsertTrackRecordsForHabits()

✅ intTest/TEST-de.codecentric.hc.gateway.routing.UiIntTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.gateway.routing.UiIntTest 4✅ 145ms

✅ de.codecentric.hc.gateway.routing.UiIntTest

✅ getUiShouldReturnTheHabitUi()
✅ getIndexShouldRedirectToTheHabitUi()
✅ getUiWithAnyRouteShouldReturnTheHabitUi()
✅ getUiWithOverviewRouteShouldReturnTheHabitUiOverview()

✅ intTest/TEST-de.codecentric.hc.gateway.security.SecurityConfigIntTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.gateway.security.SecurityConfigIntTest 3✅ 200ms

✅ de.codecentric.hc.gateway.security.SecurityConfigIntTest

✅ actuatorRequestsWithInvalidUserRoleShouldBeForbidden()
✅ requestsWithInvalidUserRoleShouldBeForbidden()
✅ requestsWithoutAuthShouldBeOk()

✅ intTest/TEST-de.codecentric.hc.gateway.security.SecurityConfigOauthIntTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.gateway.security.SecurityConfigOauthIntTest 2✅ 129ms

✅ de.codecentric.hc.gateway.security.SecurityConfigOauthIntTest

✅ requestsWithoutAuthShouldRedirectToOauthLogin()
✅ requestsWithAuthenticatedOauth2UserShouldBeOk()

✅ test/TEST-de.codecentric.hc.gateway.filters.AddRequestHeaderUserIdTest.xml

5 tests were completed in 1s with 5 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.gateway.filters.AddRequestHeaderUserIdTest 5✅ 1s

✅ de.codecentric.hc.gateway.filters.AddRequestHeaderUserIdTest

✅ mutateExchange should set the userId as header
✅ userIdShouldBeNullWithoutSecurityContext()
✅ shouldCreateFilterInstance()
✅ [1] userId=null
✅ [2] userId=

✅ test/TEST-de.codecentric.hc.gateway.filters.RewriteTrackPathWithUserIdTest.xml

6 tests were completed in 45ms with 6 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.gateway.filters.RewriteTrackPathWithUserIdTest 6✅ 45ms

✅ de.codecentric.hc.gateway.filters.RewriteTrackPathWithUserIdTest

✅ /track/users/default/habits when userId is default
✅ /track/users/%3F=&%23+/habits when userId is ?=&#+
✅ [1] userId=null
✅ [2] userId=
✅ userIdShouldBeNullWithoutSecurityContext()
✅ shouldCreateFilterInstance()

✅ test/TEST-de.codecentric.hc.gateway.filters.UserIdMissingExceptionTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.gateway.filters.UserIdMissingExceptionTest 1✅ 1ms

✅ de.codecentric.hc.gateway.filters.UserIdMissingExceptionTest

✅ shouldHaveExpectedMessage()

✅ test/TEST-de.codecentric.hc.gateway.security.ApplicationUserTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.gateway.security.ApplicationUserTest 1✅ 8ms

✅ de.codecentric.hc.gateway.security.ApplicationUserTest

✅ shouldHave100UsersForLoadAndPerformanceTesting()

✅ test/TEST-de.codecentric.hc.gateway.security.SecurityConfigTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.gateway.security.SecurityConfigTest 3✅ 9s

✅ de.codecentric.hc.gateway.security.SecurityConfigTest

✅ passwordEncoderShouldReturnPasswordEncoder()
✅ springSecurityFilterChainShouldNotThrowExceptionWithHttpBasic()
✅ userDetailsServiceShouldHaveExpectedUsers()