LernApp/build/test-results/test/TEST-com.oliver.kidio.backend.ServerTest.xml
aldemirm cb03279c6d feat: add user authentication and protect endpoints with JWT
Added UsersTable to Exposed database schema

Updated KidioRepository interface and implementations for auth methods

Updated Ktor routing, application setup, and integration tests for JWT auth
2026-09-04 11:35:46 +02:00

22 lines
2.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<testsuite name="com.oliver.kidio.backend.ServerTest" tests="3" skipped="0" failures="0" errors="0" timestamp="2026-09-04T09:18:28.829Z" hostname="SDGDEU-GK0DHDY1" time="0.373">
<properties/>
<testcase name="test tasks endpoint and verify" classname="com.oliver.kidio.backend.ServerTest" time="0.354"/>
<testcase name="test screentime sync" classname="com.oliver.kidio.backend.ServerTest" time="0.008"/>
<testcase name="test health endpoint" classname="com.oliver.kidio.backend.ServerTest" time="0.009"/>
<system-out><![CDATA[2026-09-04 11:18:29.105 [DefaultDispatcher-worker-2 @call-context#3] INFO io.ktor.test - No ktor.deployment.watch patterns specified, automatic reload is not active.
2026-09-04 11:18:29.127 [DefaultDispatcher-worker-2 @call-context#3] INFO io.ktor.test - Application started in 0.026 seconds.
2026-09-04 11:18:29.127 [DefaultDispatcher-worker-3 @coroutine#5] INFO io.ktor.test - Responding at http://localhost:80
2026-09-04 11:18:29.127 [DefaultDispatcher-worker-3 @coroutine#5] INFO io.ktor.test - Responding at https://localhost:443
2026-09-04 11:18:29.187 [DefaultDispatcher-worker-7 @call-context#23] INFO io.ktor.test - No ktor.deployment.watch patterns specified, automatic reload is not active.
2026-09-04 11:18:29.188 [DefaultDispatcher-worker-7 @call-context#23] INFO io.ktor.test - Application started in 0.001 seconds.
2026-09-04 11:18:29.188 [DefaultDispatcher-worker-1 @coroutine#25] INFO io.ktor.test - Responding at http://localhost:80
2026-09-04 11:18:29.188 [DefaultDispatcher-worker-1 @coroutine#25] INFO io.ktor.test - Responding at https://localhost:443
2026-09-04 11:18:29.194 [DefaultDispatcher-worker-5 @call-context#39] INFO io.ktor.test - No ktor.deployment.watch patterns specified, automatic reload is not active.
2026-09-04 11:18:29.195 [DefaultDispatcher-worker-5 @call-context#39] INFO io.ktor.test - Application started in 0.001 seconds.
2026-09-04 11:18:29.195 [DefaultDispatcher-worker-7 @coroutine#41] INFO io.ktor.test - Responding at http://localhost:80
2026-09-04 11:18:29.195 [DefaultDispatcher-worker-7 @coroutine#41] INFO io.ktor.test - Responding at https://localhost:443
]]></system-out>
<system-err><![CDATA[]]></system-err>
</testsuite>