kane-cli 0.8.13
Highlights
Mobile testing gets a full remote path: local builds go up from your laptop, and emulator and simulator runs can be dispatched to HyperExecute with a single flag.
[0.8.13] - 2026-09-14
Testing a build you just compiled
- Upload a local app build straight from your laptop — point kane-cli at the build sitting on your machine and it gets uploaded for you, no separate upload step or dashboard trip.
- The uploaded build is wired into the run automatically — the resulting app id is forwarded to the test, so the run uses exactly the build you just sent.
Running mobile tests remotely
--remotesends emulator and simulator tests to HyperExecute — the same command that runs locally can now execute on remote Android emulators and iOS simulators.
A simulator / emulator list you can trust
- Only simulators / emulators that actually exist are offered — the simulator / emulator catalog is trimmed to the devices and runtimes shipped on the HyperExecute mac images, so you no longer pick a simulator that fails to boot.
Install
# npm
npm install -g @testmuai/kane-cli@0.8.13
# Homebrew
brew install lambdatest/kane/kane-cli
# Shell installer (latest release)
curl -fsSL https://raw.githubusercontent.com/LambdaTest/kane-cli/main/install.sh | bashCompare: 0.8.12...0.8.13