All Versions
15
Latest Version
Avg Release Cycle
24 days
Latest Release
2480 days ago

Changelog History
Page 1

  • v0.3.3 Changes

    July 04, 2017
    • ๐Ÿ›  Fix build on Xcode 8.2.1
  • v0.3.2 Changes

    March 30, 2017
    • โœ… Experimental: Partitioning of test suites
    • Write one junit.xml that contains all targets and simulators
    • ๐Ÿ›  Fix compatibility with Xcode 8.3
    • Embed Swift Standard Libraries
  • v0.3.1 Changes

    January 21, 2017
    • โž• Add list-tests command (experimental)
    • โœ… Run tests in parallel on all test targets
    • โž• Add --reset option to boot-simulators (off by default)
  • v0.3.0 Changes

    December 16, 2016
    • ๐Ÿš€ Block assertions in release builds
    • ๐Ÿ›  Fix writing simulator.log
    • โž• Add --debug flag
    • โœ… Uninstall application before test run
    • โฑ Override watchdog timeout to 60s
    • โž• Add boot-simulators command
  • v0.2.9 Changes

    December 10, 2016
    • โœ… Send user notifications about test results
    • ๐Ÿ‘‰ Show commit in version output
  • v0.2.8 Changes

    December 07, 2016
    • ๐Ÿ”Š Extract crash logs
    • ๐Ÿ’ฅ Breaking change: --preferences was renamed to --defaults. Also the JSON format changed
  • v0.2.7 Changes

    December 02, 2016
    • ๐Ÿ‘Œ Support abort via SIGINT
    • ๐Ÿ‘Œ Support JSON stream reporter (similar to xctool's JSON stream)
    • ๐Ÿ’ฅ Breaking change: --only expects a new format: TARGET[:Class/case[,Class2/case2]]
    • โœ… Write test log file in format similar to Xcode
  • v0.2.6 Changes

    November 29, 2016
    • ๐Ÿ›  Fix crash on Jenkins caused by synchronizeFile
    • ๐Ÿ‘Œ Support --no-color command line option
  • v0.2.5 Changes

    November 28, 2016
    • Inject PXCTEST_CHILD_ prefixed environment variables
  • v0.2.4 Changes

    November 27, 2016
    • โž• Add some integration tests
    • ๐Ÿ‘Œ Support multiple test targets