Docs/Mobile CLI Commands

run

assrt-mobile run executes one or more mobile tests on a target device or emulator.

bash
# single test on a specific emulator
assrt-mobile run tests/login.yaml --device Pixel_8_API_34

# every test in a directory
assrt-mobile run "tests/**/*.yaml"

# iOS simulator
assrt-mobile run tests/login.yaml --device "iPhone 15 Pro"