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/legacy_xcresult.rb,
trainer/lib/trainer/xcresult/helper.rb,
trainer/lib/trainer/commands_generator.rb,
trainer/lib/trainer/xcresult/test_case.rb,
trainer/lib/trainer/xcresult/test_plan.rb,
trainer/lib/trainer/xcresult/repetition.rb,
trainer/lib/trainer/xcresult/test_suite.rb,
trainer/lib/trainer/plist_test_summary_parser.rb,
trainer/lib/trainer/xcresult/test_case_attributes.rb
Defined Under Namespace
Modules: LegacyXCResult, PlistTestSummaryParser, 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.('../../..', __FILE__))
- DESCRIPTION =
"Convert xcodebuild plist and xcresult files to JUnit reports"