Module: Trainer

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

Defined Under Namespace

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

Constant Summary collapse

Helper =

you gotta love Ruby: Helper.* should use the Helper class contained in FastlaneCore

FastlaneCore::Helper
UI =
FastlaneCore::UI
Boolean =
Fastlane::Boolean
ROOT =
Pathname.new(File.expand_path('../../..', __FILE__))
DESCRIPTION =
"Convert xcodebuild plist and xcresult files to JUnit reports"