macaca client maven依赖

Macaca 是一套面向用户端软件的测试解决方案,提供了自动化驱动,周边工具,集成方案,旨在解决终端上的测试、自动化、性能等方面的问题。

贴几张结构图:

macaca client maven依赖_第1张图片
image.png
macaca client maven依赖_第2张图片
image.png

macaca的JAR没有上传到maven官方库,所以要指定maven setting.xml文件去执行mvn -s settings.xml clean install -Dmaven.skip.test=true去下载对应版本的macaca client。见:https://testerhome.com/topics/6431的评论。

-Dmaven.skip.test=true,不知为何,还是去跑Test了,而且还报了错,好在JAR包下载到了。。。

macaca client maven依赖_第3张图片
image.png

附:settings.xml



    
        
            central
            xudafeng
            c6241b67968ab0db335777325322b2e21bab4c4f
        
    
    
        
            
                
                    
                        false
                    
                    central
                    bintray
                    http://jcenter.bintray.com
                
            
            
                
                    
                        false
                    
                    central
                    bintray-plugins
                    http://jcenter.bintray.com
                
            
            bintray
        
    
    
        bintray
    

https://macacajs.github.io/zh/quick-start
https://github.com/macaca-sample
https://github.com/macaca-sample/macaca-java-biz-sample
https://testerhome.com/topics/6431
http://www.jianshu.com/p/70ac4c4730f3
https://testerhome.com/topics/4755
https://github.com/alibaba/macaca
https://testerhome.com/topics/6608

你可能感兴趣的:(macaca client maven依赖)