Skip to content

mattak/cathand

Repository files navigation

cathand

cathand is auto play test framework for Android.

Install

go get github.com/mattak/cathand/pkg/cathand
go get github.com/mattak/cathand/cmd/cathand
go install github.com/mattak/cathand/cmd/cathand

Usage

help

cathand -h

record

record user playing behaviour.

cathand record sample.record

compose

compose playable files for auto playing.

cathand compose sample.record sample.play

play

play from playable files

cathand play sample.play sample.result

split

split recorded video into image segments

cathand split sample.record sample.result

verify

verify image differences of auto play result and initial result

cathand verify sample.record sample.result sample.report