Module: Trainer

Defined in:
lib/trainer.rb,
lib/trainer/options.rb,
lib/trainer/version.rb,
lib/trainer/xcresult.rb,
lib/trainer/test_parser.rb,
lib/trainer/junit_generator.rb,
lib/trainer/commands_generator.rb

Defined Under Namespace

Modules: XCResult Classes: CommandsGenerator, JunitGenerator, Options, TestParser

Constant Summary collapse

ROOT =
File.expand_path('..', __dir__)
UI =
FastlaneCore::UI
VERSION =
"0.9.1"
DESCRIPTION =
"Convert xcodebuild plist and xcresult files to JUnit reports"