Add Test Check
Configure a test check to monitor your production service
Name
*
A human-readable name for this test check
Description
Optional description of what this test check validates
Maven Artifact
Maven Coordinates
*
The Maven artifact containing the test check logic (group:artifact:version)
Maven Server
URL of the Maven repository (defaults to kotlin.directory)
Function Configuration
Function Name
*
Fully qualified name of the static function to call (e.g., com.example.TestCheck.checkDatabase)
Function Parameters
Named parameters to pass to the function (one per line: key=value)
Environment Variables
Environment variables to set when executing (one per line: KEY=value)
Enabled
Create Test Check
Cancel