All Versions
15
Latest Version
Avg Release Cycle
24 days
Latest Release
2682 days ago
Changelog History
Page 1
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
- ๐ Fix crash on Jenkins caused by
-
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