macacajs / NoSmoke

A cross platform UI crawler which scans view trees then generate and execute UI test cases.
https://macacajs.github.io/NoSmoke
MIT License
198 stars 57 forks source link
android crawler ios macaca smoke-tests test-automation webdriver

NoSmoke 2.0

NPM version CI Test coverage node version npm download

中文版


A cross platform UI crawler which generate and execute UI test cases. Docs.

Contributors


SamuelZhaoY


xudafeng


butterflyingdog


wusphinx


zivyangll


wanglipeng8


snapre

This project follows the git-contributor spec, auto updated at Wed Mar 16 2022 14:57:38 GMT+0800.

1. Advantages:

2. Why the name?

Since all the good ones are taken, NoSmoke comes from the ideas across smoke testing, but smoke is not good for health ...

3. How it works

macaca-ios

4. Quick Start

Ensure tesseract and macaca drivers have been properly installed and then install nosmoke:

$ npm i nosmoke -g

and then run:

$ macaca server --verbose &
$ nosmoke

License

The MIT License (MIT)