Skip to content

kane-cli 0.8.13

Choose a tag to compare

@robot-lt robot-lt released this 14 Sep 07:16
· 42 commits to main since this release
4350539

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

  • --remote sends 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 | bash

Compare: 0.8.12...0.8.13