KTest Service
Kotlin test execution service
Open it
Routes
| Protocol | Address | JAR | Provider |
|---|---|---|---|
| https | ktestservice.wasmserver.com | ktest-service-wui.jar | cloudrunjar |
| url | url://ktestservice/ | ktest-service-server.jar | danger_jarfile |
Repositories
| Repository | Layer | Description |
|---|---|---|
| ktest-service | other | Kotlin test execution service |
Depends on
ContainerNursery— backend hostingCloud Run— frontend hosting
Documentation Edit this page
KTest Service
Kotlin test execution service.
Description
Provides a platform for executing Kotlin tests. Offers both a web UI for interactive test execution and a backend API for programmatic access.
Architecture
Standard layered architecture:
- WUI layer (
ktest-service-wui.jar): Web frontend hosted on Cloud Run, provides a browser-based interface for running Kotlin tests. - Server layer (
ktest-service-server.jar): Backend service on ContainerNursery, handles test execution and result reporting over the url:// protocol.
Deployment
- Frontend: Deployed as
ktest-service-wui.jaron Cloud Run atktestservice.wasmserver.com. - Backend: Deployed as
ktest-service-server.jaron ContainerNursery aturl://ktestservice/.
Health Checks
- HTTPS health check at
ktestservice.wasmserver.com - Standard url:// protocol health checks for the backend.
Notes
- The WUI communicates with the backend server over the url:// protocol.
Read at commit 45ba0b30ed3b