All Versions
15
Latest Version
Avg Release Cycle
24 days
Latest Release
2044 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