Minimal end-to-end (WebdriverIO + Mocha)
A complete spec. The SDK attaches to the WebdriverIObrowser, the session starts on the first AI command, and the outcome is reported at the end.
test/specs/basic.spec.js
Native-first, AI fallback
Run native Appium code first for speed and determinism, and let the SDK fall back to AI only when a native block throws. This is the recommended pattern for real suites.Extract values, then assert on them
Pull data off the screen withextract, then verify it with assertBulk:

