Swiftpack.co - Swift Packages by a7ex

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by a7ex

a7ex/xcresultparser 1.5.2
Parse the binary xcresult bundle from Xcode builds and testruns
⭐️ 72
🕓 17 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Release 1.5.2
18 weeks ago
Add support for multiple testsuites in junit xml You can now merge two xcresult files with: ``` xcrun xcresulttool merge Result1.xcresult Result2.xcresult --output-path=Result_merged.xcresult ``` With xcresultparser >= 1.5.2 you can now call: xcresultparser Result_merged.xcresult --output-format=junit It iterates through all available test actions It creates a test suite for each test action It sets the overall test time of the testsuites to the sum of all test suite times.
Release 1.5.1
20 weeks ago
Adds support for Skipped and Expected Failure test statuses
Release 1.5.0
26 weeks ago
Output detail from all actions, not just the first; Disambiguate using runDestination (Credits to Alex Deem)
Release 1.4.2
47 weeks ago
- updated dependencies to their latest versions - Added static local coverage-04.dtd file for cobertura coverage converter, for the case when http://cobertura.sourceforge.net/xml/coverage-04.dtd is not reachable (Issue #19) - fixed warnings for printing optionals
Release 1.4.1
51 weeks ago
First release with notarized compiled app
Release 1.4.0
51 weeks ago
Adds the name of the test suite to the test detail string Adds "No test failures" to the test detail string, if outputting to the command line, and --failed-tests-only is passed Credits for the changes go to Isaac Halvorson, thank you.
Release 1.3.1
1 year ago
Fixed bug where coverage would gather coverage for duplicate files
Release 1.3
1 year ago
Support targets in coverage Added support for the targets filter for the coverage functions as well Added new method to just list all target names contained in the xcresult archive
Release 1.2.2
1 year ago
Fixes the junit output formatter, set cobertura timestamp to test execution time and improves the entire test suite.
Version 1.2.1
1 year ago
Make output test report format for xml output selectable. Options are .sonar or .junit.
macOS
a7ex/FFSNetwork v2.0.4
Simple Network Stack which is request-centered
⭐️ 1
🕓 2 years ago

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics