Skip to content

20.0.0

Compare
Choose a tag to compare
@ishutinvv ishutinvv released this 04 Dec 15:33
· 15 commits to master since this release

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:

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.