Module: OnlyofficeTestrailWrapper

Defined in:
lib/onlyoffice_testrail_wrapper/testrail_tools/testrail_tools.rb,
lib/onlyoffice_testrail_wrapper/name.rb,
lib/onlyoffice_testrail_wrapper/version.rb,
lib/onlyoffice_testrail_wrapper/testrail.rb,
lib/onlyoffice_testrail_wrapper/testrail_run.rb,
lib/onlyoffice_testrail_wrapper/testrail_case.rb,
lib/onlyoffice_testrail_wrapper/testrail_plan.rb,
lib/onlyoffice_testrail_wrapper/testrail_test.rb,
lib/onlyoffice_testrail_wrapper/testrail_suite.rb,
lib/onlyoffice_testrail_wrapper/testrail_helper.rb,
lib/onlyoffice_testrail_wrapper/testrail_result.rb,
lib/onlyoffice_testrail_wrapper/testrail_project.rb,
lib/onlyoffice_testrail_wrapper/testrail_section.rb,
lib/onlyoffice_testrail_wrapper/testrail_milestone.rb,
lib/onlyoffice_testrail_wrapper/helpers/ruby_helper.rb,
lib/onlyoffice_testrail_wrapper/testrail_api_object.rb,
lib/onlyoffice_testrail_wrapper/testrail_plan_entry.rb,
lib/onlyoffice_testrail_wrapper/helpers/rspec_helper.rb,
lib/onlyoffice_testrail_wrapper/helpers/string_helper.rb,
lib/onlyoffice_testrail_wrapper/helpers/system_helper.rb,
lib/onlyoffice_testrail_wrapper/mock/rspec_example_mock.rb,
lib/onlyoffice_testrail_wrapper/testrail/requests_helper.rb,
lib/onlyoffice_testrail_wrapper/testrail_project/project_cleanup.rb,
lib/onlyoffice_testrail_wrapper/testrail_helper/example_lpv_exception.rb,
lib/onlyoffice_testrail_wrapper/testrail_project/testrail_project_plan_helper.rb,
lib/onlyoffice_testrail_wrapper/testrail_helper/testrail_helper_rspec_metadata.rb,
lib/onlyoffice_testrail_wrapper/testrail_project/testrail_project_runs_methods.rb,
lib/onlyoffice_testrail_wrapper/testrail_project/testrail_project_suite_methods.rb,
lib/onlyoffice_testrail_wrapper/testrail_project/testrail_project_milestone_methods.rb,
lib/onlyoffice_testrail_wrapper/testrail_helper/example_failed_got_expected_exception.rb,
lib/onlyoffice_testrail_wrapper/testrail_helper/example_service_unavailable_exception.rb

Overview

USAGE

Configure TestrailTools with needed parameters:

TestrailTools.configure do |testrail|
  testrail.project = 'Foo'
  testrail.run = 'Bar'
end

Then call methods:

TestrailTools.close_all_runs

Defined Under Namespace

Modules: Name, ProjectCleanup, RequestsHelper, RspecHelper, RubyHelper, TestrailHelperRspecMetadata, TestrailProjectMilestoneMethods, TestrailProjectPlanHelper, TestrailProjectRunMethods, TestrailProjectSuiteMethods, TestrailTools, Version Classes: ExampleFailedGotExpectedException, ExampleLPVException, ExampleServiceUnavailableException, RspecExampleMock, RspecExceptionMock, RspecExceptionResultMock, StringHelper, SystemHelper, Testrail2, TestrailApiObject, TestrailCase, TestrailHelper, TestrailMilestone, TestrailPlan, TestrailPlanEntry, TestrailProject, TestrailResult, TestrailRun, TestrailSection, TestrailSuite, TestrailTest