Getting Started
Installation
Include the Desktop application plugin in your root build.gradle.kts
:
Configure Gradle Plugin
Optional plugin configuration:
Configure Runtime Client
Add the client and plugins to your build.gradle.kts
:
dependencies {
implementation(TestbenchDeps.clientCore)
implementation(TestbenchDeps.clientNetworkKtor)
}
Run Testbench
Launch the desktop app with the runTestbench
task.
You should see an idle testbench window: