Skip to content

An exact environment for web testing based on macaca, with flexbility.

Notifications You must be signed in to change notification settings

macaca-sample/autotest-client

This branch is up to date with Hungrated/autotest-client:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ff09e31 · Apr 17, 2018

History

29 Commits
Feb 24, 2018
Apr 17, 2018
Apr 17, 2018
Feb 25, 2018
Apr 17, 2018
Apr 17, 2018

Repository files navigation

autotest-client

An exact environment for web testing based on macaca, with flexbility.

initial commit on Feb 24 2018

SETUP

# 1 install dependencies
npm i
npm i macaca-cli -g

# 2 see demo:
# desktop chrome test
npm run desktop

# android chrome test
npm run android

# ios safari test
npm run ios

# 3 use uirecorder:
# new record
npm run rec

# replay record (macOS)
npm run autorep

# replay record (Windows)
npm run server
npm run rep  # (requires a new terminal)
npm run stop

# delete previous js file
npm run delrec

# delete previous js file & record again
npm run rerec

DETAILS

See: test-env.md

About

An exact environment for web testing based on macaca, with flexbility.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.2%
  • Makefile 14.8%