1.0.15 • Published 7 years ago

macaca-test-sample-java v1.0.15

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

macaca-test-sample-java

build status

Macaca test sample

API Doc

CI Sample

PlatformStatusRepo
PCbuild statusmacaca-test-sample-java
iOSbuild statusmacaca-ci-sample-java-ios-travis
Androidbuild statusmacaca-ci-sample-java-android-travis

Test

Start macaca server

$ macaca server --verbose

exec test

$ mvn -s settings.xml clean install
$ mvn test

App Source Code

License

The MIT License (MIT)

RUN CI

when source code changes, run CI Samples

  1. change current version : package.json
  2. npm publish
  3. run CI sample

Problems

  1. when you run iosSampleTest.java,you may meet this problem:
ios_webkit_debug_proxy path: /usr/local/bin/ios_webkit_debug_proxy
Could not connect to lockdownd. Exiting.: Permission denied
Unable to attach f27bc6f301486418d3c81c04165cbd93143ec972 inspector
Invalid message _rpc_reportConnectedDriverList: <dict>
	<key>WIRDriverDictionaryKey</key>
	<dict>
	</dict>
</dict>

that's because you do not have permission for ios_webkit_debug_proxy, you can solve this problem by this:

  1. refer to: http://stackoverflow.com/questions/39035415/ideviceinstaller-fails-with-could-not-connect-to-lockdownd-exiting

  2. if the problem still exists ,upgrade ios-ios-webkit-debug-proxy(my version is ios-webkit-debug-proxy-1.7.1)

$ brew upgrade ios-webkit-debug-proxy
1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.3

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago