Welcome to Emcee project, an ultimate solution for running iOS tests in parallel locally and across many Macs.
Emcee allows you to run UI tests on many physical machines, distributing the work and getting the results of the test run faster. Shared queue manages the order of test execution. Emcee workers execute tests and maintain lifecycle of their simulators automatically. Emcee can generate the Junit and trace reports to make you see how the test run behaved on different machines.
Up to date documentation is available on Wiki.
-
Rich test plans using simple JSON file format
-
Automatic simulator lifecycle management
-
Per-test timeouts, simulator settings, environment variables
-
Single test queue to run tests from multiple parallel pull requests
-
Prioritized jobs and job groups for different kinds of test runs
-
Load balancing of worker machines to achieve optimal parallelization performance
-
On-the-go maintenance of the workers
-
Integration into existing test management systems via plugins
-
Easy to use command line interface
-
Rich test discovery mechanism
-
Swift Package for using and extending Emcee the way you want
- Emcee — Open Source Tool for iOS UI Testing Infrastructure @ Medium
- NSSpain 2018: UI Testing Infrastructure in Avito @ Vimeo
Emcee uses Swift Package Manager for building, testing and exposing the Swift packages.
To start exploring code open Package.swift
in Xcode 11 or execute make open
to generate and open Xcode project.
We are happy to accept your pull requests. If something does not work for you, please let us know by submitting an issue. Read the docs and suggest improvements to them as well!
General commands that help you with a development workflow:
- To open a package in Xcode:
make open
- To generate
Package.swift
:make package
- To build the binary into
.build/debug/Emcee
:make build
- To run unit tests:
make test
Package.swift
file is generated automatically. You must update it before submitting a pull request (run make package
). CI checks will fail if you forget to do so.
brew install libssh2