Part of flutter-skill — AI-Powered End-to-End Testing for Any App
AI E2E testing bridge for KMP apps (Android, JVM/Desktop, iOS). JSON-RPC 2.0 over WebSocket on port 18118.
Add to your KMP project:
dependencies {
implementation("com.flutterskill:flutter-skill-kmp:1.0.0")
}val bridge = FlutterSkillBridge(AndroidBridge(activity))
bridge.start()val bridge = FlutterSkillBridge(DesktopBridge(frame))
bridge.start()health, inspect, tap, enter_text, screenshot, scroll, get_text, find_element, wait_for_element