Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 420 Bytes

File metadata and controls

5 lines (4 loc) · 420 Bytes

This directory contains code from Point-Free Episode: Parsing Xcode Logs: Part 2

We finish up our XCTest log parser by parsing out the data associated with a test failure. Once done we will format the results in a pretty way and package everything up in a CLI tool we can run in our own projects.