Skip to content

Instantly share code, notes, and snippets.

View himaratsu's full-sized avatar

himaratsu himaratsu

  • Indivisual
  • Tokyo, Japan
View GitHub Profile
require 'rubygems'
require 'plist'
TEST_LOG_PATH = "./TestOutput/Logs/Test/"
module XCTestSummaryParser
class TestableSummary
attr_accessor :tests
def initialize(dict)