google / testrunner-rosemary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This testrunner can be used as part of a continuous integration system to execute an iOS test.
The output of this test is both unstrured log files as well as a structured junit type xml result.

This project is currently under active development and is probably incomplete and buggy, but is being developed in the open.

A sample call is: java -jar <File> --test_bundle_path <path> --device_type <type> --test_type <type> --test_host_path <path>

About

License:Apache License 2.0


Languages

Language:Java 98.9%Language:Python 1.1%