Swiftpack.co - Swift Packages by XCTestHTMLReport

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

Packages published by XCTestHTMLReport

XCTestHTMLReport/XCTestHTMLReport 2.4.2
Xcode-like HTML report for Unit and UI Tests
⭐️ 721
🕓 13 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.
2.4.2
13 weeks ago
## What's Changed * Lazy load video and everything else by @kevin-brotcke in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/350 * Support mixed children test types in test suites by @kevin-brotcke in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/349 **Full Changelog**: https://github.com/XCTestHTMLReport/XCTestHTMLReport/compare/2.4.1...2.4.2
2.4.1
19 weeks ago
## What's Changed * 2.4.1-pre.ca8c215 Version Bump by @github-actions in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/345 * bump xcresultkit to use xcresulttool version 3.44 by @tylervick in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/346 **Full Changelog**: https://github.com/XCTestHTMLReport/XCTestHTMLReport/compare/2.4.0...2.4.1
2.4.0
23 weeks ago
## What's Changed * Create pages.yml by @tylervick in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/327 * Update ci.yaml with xcode 15, 14, 13 and macos-13, replace xcode-select action by @tylervick in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/335 * Lazy load screenshots by @kevin-brotcke in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/339 * Update ci.yml by @tylervick in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/340 * Add parallel test processing by @tothszabi in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/334 * Update actions for xcode 15 by @tylervick in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/343 ## New Contributors * @kevin-brotcke made their first contribution in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/339 * @tothszabi made their first contribution in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/334 **Full Changelog**: https://github.com/XCTestHTMLReport/XCTestHTMLReport/compare/2.3.4...2.4.0
2.3.4
49 weeks ago
## What's Changed * 2.3.4-pre.27cc68 Version Bump by @github-actions in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/312 * update XCResultKit sha for dateEncodingStrategy fix by @tylervick in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/315 * Added gif attachment type support by @gokberkince in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/314 * add test artifact upload job by @tylervick in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/317 * add codecov action, small renames by @tylervick in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/316 * fix outstanding sonar issues by @tylervick in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/319 * Update README.md by @tylervick in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/318 * Update readme to add guide for json flag by @cozzin in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/320 * Preserve aspect ratio when downsizing images, add custom scaling factor flag by @tylervick in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/325 ## New Contributors * @gokberkince made their first contribution in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/314 * @cozzin made their first contribution in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/320 **Full Changelog**: https://github.com/XCTestHTMLReport/XCTestHTMLReport/compare/2.3.3...2.3.4
2.3.3
1 year ago
## What's Changed * Remove AsyncParsableCommand by @tylervick in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/311 **Full Changelog**: https://github.com/XCTestHTMLReport/XCTestHTMLReport/compare/2.3.1...2.3.3
2.3.1
1 year ago
## What's Changed * 2.3.1-pre.ddeabd4 Version Bump by @github-actions in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/307 * Reformat swift from 5.7 to 5.5 by @tylervick in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/308 * 2.3.2-pre.3950887 Version Bump by @github-actions in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/309 **Full Changelog**: https://github.com/XCTestHTMLReport/XCTestHTMLReport/compare/2.3.0...2.3.1
2.3.0
1 year ago
## What's Changed * remove ruby & thor tasks by @tylervick in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/295 * [CLI] Use Swift Argument Parser by @tylervick in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/296 * remove processed resources by @tylervick in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/299 * Update XCResultKit, add --json report flag by @tylervick in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/300 * make fat binary by @tylervick in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/302 * swiftformat refactor by @tylervick in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/301 * mkdir first by @tylervick in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/303 * use var substitution by @tylervick in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/305 **Full Changelog**: https://github.com/XCTestHTMLReport/XCTestHTMLReport/compare/2.2.4...2.3.0
2.2.4
1 year ago
## What's Changed * Fix attachment test relative path assertion by @tylervick in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/284 * Report mixed tests as success in junit if the last iteration passed by @acecilia in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/280 * Allow to remove device information from junit report by @acecilia in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/286 * extract version into Version.swift by @tylervick in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/290 * move tests out of sanity by @tylervick in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/292 * Update Release action to bump homebrew-core formula and update version by @tylervick in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/289 * Xcode 14 show failures by @tylervick in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/291 ## New Contributors * @acecilia made their first contribution in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/280 **Full Changelog**: https://github.com/XCTestHTMLReport/XCTestHTMLReport/compare/2.2.3...2.2.4
2.2.3
1 year ago
## What's Changed * Replace NDHpple with SwiftSoup by @tylervick in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/281 * reorganize tests between CLI & Core modules by @tylervick in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/282 * switch relative to absolute url during downsizing by @tylervick in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/283 **Full Changelog**: https://github.com/XCTestHTMLReport/XCTestHTMLReport/compare/2.2.2...2.2.3
2.2.2
1 year ago
## What's Changed * Bump nokogiri from 1.12.5 to 1.13.2 by @dependabot in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/257 * Bump nokogiri from 1.13.2 to 1.13.4 by @dependabot in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/260 * Bump nokogiri from 1.13.4 to 1.13.6 by @dependabot in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/262 * Update README.md by @tylervick in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/269 * Show download link for other attachment mime types by @tylervick in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/271 * Fix: Use relative path for attachment reference in HTML report by @ntduyet in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/275 ## New Contributors * @ntduyet made their first contribution in https://github.com/XCTestHTMLReport/XCTestHTMLReport/pull/275 **Full Changelog**: https://github.com/XCTestHTMLReport/XCTestHTMLReport/compare/2.2.1...2.2.2
macOS

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