Module: Fastlane::Actions

Defined in:
lib/fastlane/plugin/test_center/actions/multi_scan.rb,
lib/fastlane/plugin/test_center/actions/suppress_tests.rb,
lib/fastlane/plugin/test_center/actions/suppressed_tests.rb,
lib/fastlane/plugin/test_center/actions/tests_from_junit.rb,
lib/fastlane/plugin/test_center/actions/collate_xcresults.rb,
lib/fastlane/plugin/test_center/actions/tests_from_xcresult.rb,
lib/fastlane/plugin/test_center/actions/collate_html_reports.rb,
lib/fastlane/plugin/test_center/actions/collate_json_reports.rb,
lib/fastlane/plugin/test_center/actions/tests_from_xctestrun.rb,
lib/fastlane/plugin/test_center/actions/collate_junit_reports.rb,
lib/fastlane/plugin/test_center/actions/testplans_from_scheme.rb,
lib/fastlane/plugin/test_center/actions/suppress_tests_from_junit.rb,
lib/fastlane/plugin/test_center/actions/test_options_from_testplan.rb,
lib/fastlane/plugin/test_center/actions/collate_test_result_bundles.rb,
lib/fastlane/plugin/test_center/actions/quit_core_simulator_service.rb

Defined Under Namespace

Classes: CollateHtmlReportsAction, CollateJsonReportsAction, CollateJunitReportsAction, CollateTestResultBundlesAction, CollateXcresultsAction, MultiScanAction, QuitCoreSimulatorServiceAction, SuppressTestsAction, SuppressTestsFromJunitAction, SuppressedTestsAction, TestOptionsFromTestplanAction, TestplansFromSchemeAction, TestsFromJunitAction, TestsFromXcresultAction, TestsFromXctestrunAction

Constant Summary collapse

ScanHelper =
::TestCenter::Helper::ScanHelper