Skip to content

Releases: a7ex/xcresultparser

Release 1.9.3

19 Sep 20:33

Choose a tag to compare

Undo the last change quoting the grep parameters, doesn't work. Duh!

Release 1.9.2

19 Sep 19:35

Choose a tag to compare

Fix grep call for zsh

Release 1.9.1

18 Sep 14:41

Choose a tag to compare

Fix testclass path search pattern to include structs, which can be used with swift testing

Release 1.9.0

11 Sep 15:05

Choose a tag to compare

Add flag to ignore all pathnames which do not contain projectRoot (if any) in coverage reports

In coverage reports it can now be prevented to list files from swift packages.
Convert tests to Swift Testing in order to use tests with parameters easier.

Release 1.8.5

17 Mar 23:16

Choose a tag to compare

Fix incorrect JUnit failure message for merged & repeated test case (Merits go to John Szumski)
Fix short message and type not populated for junit output (Merits go to Luis Padron)

Release 1.8.4

13 Jan 22:45
344eeaf

Choose a tag to compare

Add 'configuration' property to test export.

Instead of:

<testExecutions version="1">
	<file path="TestFile_1">
		<testCase name="test1()" duration="20517"/>
	</file>
	<file path="TestFile_1">
		<testCase name="test1()" duration="20517"/>
	</file>
</testExecutions>

the different test runs (or "configurations" in Xcode lingo) are now distinguishable.

<testExecutions version="1">
	<file path="TestFile_1" configuration="iPhoneTests">
		<testCase name="test1()" duration="20517"/>
	</file>
	<file path="TestFile_1" configuration="iPadTests">
		<testCase name="test1()" duration="20517"/>
	</file>
</testExecutions>

Release 1.8.3

15 Dec 13:43

Choose a tag to compare

Add .mm files to grep filter to resolve junit class names to files

Release 1.8.2

06 Dec 19:36
6a68e37

Choose a tag to compare

Fix performance of command to generate junit xml for xml with paths for the test classes.
xcresultparser -o xml <XCResultBundle> should be magnitudes faster now!

Release 1.8.1

16 Oct 13:30

Choose a tag to compare

Hotfix Release
fixed bug which causes malformat of issues

Release 1.8.0

06 Oct 21:02

Choose a tag to compare

Add new parameter '--excluded-path' in order to exclude specified paths for coverage and warnings-and-errors
Add unit tests for the new feature
Read submission ID from notarization call in order to echo the entire command for 'notarytool' info and 'notarytool log', so we can copy and paste it into the terminal
Add new xcresult file to test xcresult with errors