20.0.0
What's Changed
Common:
- Added support for skipped tests on all platforms
iOS:
- There is new tests discoverer -
runtimeXCTest
. Use it for discovering dynamically added tests with frameworks like Quick, Kiwi, etc scheduleTests
command dispatches tests to previously deployed queue. It's useful in systems where Emcee gets deployed with external platform operator- default file verbosity has been changed to debug (was trace before change)
- better device management and improved cleaning routines that lead to reduced disk and memory consumption
Android:
- Another option to run tests - command line utility. Give it a try!
- Get video recorded during test run by using
videoRecordStrategy
- Documentation refined
Cloud:
- Integrate Emcee test runner to your GitHub pipeline with Emcee.cloud github action
- Now Emcee offers alpha support for Appium cloud web server platform! Try it out - https://docs.emcee.cloud/cloud/appium/
Minor fixes:
retryOnWorker
tests retry mode does not cause excessive retries on queue
Announcement
Since version 20.0.0 Emcee we will change a minor version for ongoing regular releases. Major versions will be increased with significant changes or broad refactoring.