Fix emitted logs for Xcode 13 output#243
Merged
tylervick merged 1 commit intoXCTestHTMLReport:mainfrom Dec 23, 2021
tylervick:tvick/fix-log-output-xc13
Merged
Fix emitted logs for Xcode 13 output#243tylervick merged 1 commit intoXCTestHTMLReport:mainfrom tylervick:tvick/fix-log-output-xc13
tylervick merged 1 commit intoXCTestHTMLReport:mainfrom
tylervick:tvick/fix-log-output-xc13
Conversation
Member
Author
|
FYI @nacho4d |
tylervick
added a commit
that referenced
this pull request
Dec 23, 2021
tylervick
added a commit
that referenced
this pull request
Jan 7, 2022
tylervick
added a commit
that referenced
this pull request
Jan 7, 2022
* indent nested logs (#243) * Tvick/mixed test status (#7) * add mixed result support * update html templates -S * gate retry test data to xcode 13 * properly gate... * skip test on xcode 12 * fix tests with new retry logic * NOT debug * hardcoded version bump * update actions, remove xc 12.5 * Update ci.yml * Update actions, remove xc 12.5 (#250) * update actions, remove xc 12.5 * Update cd.yml Co-authored-by: Tyler Vick <1395852+tylervick@users.noreply.github.com> Co-authored-by: tylervick <tylerjvick@gmail.com>
tylervick
added a commit
that referenced
this pull request
Jul 19, 2022
* indent nested logs (#243) * Tvick/mixed test status (#7) * add mixed result support * update html templates -S * gate retry test data to xcode 13 * properly gate... * skip test on xcode 12 * fix tests with new retry logic * NOT debug * hardcoded version bump * update actions, remove xc 12.5 * Update ci.yml * Update actions, remove xc 12.5 (#250) * update actions, remove xc 12.5 * Update cd.yml * Run downsize during attachment creation and include inline attachments (#253) * run image downsize alongside export step, include inlined images * update swift version * Update cd.yml * Update cd.yml * Bump nokogiri from 1.12.5 to 1.13.2 (#257) Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.12.5 to 1.13.2. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.12.5...v1.13.2) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump nokogiri from 1.13.2 to 1.13.4 (#260) Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.2 to 1.13.4. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.13.4/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.13.2...v1.13.4) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump nokogiri from 1.13.4 to 1.13.6 (#262) Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.4 to 1.13.6. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.13.4...v1.13.6) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update README.md (#269) Co-authored-by: Tyler Vick <1395852+tylervick@users.noreply.github.com> Co-authored-by: tylervick <tylerjvick@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Xcode 13 began nesting emitted output under
ActivityLogUnitTestSectionWe need to print the title & emitted output, as well as any nested unit test subsections for each test.
Updated screenshot:
