Module: Bucky

Defined in:
lib/bucky/test_equipment/verifications/status_checker.rb,
lib/bucky/version.rb,
lib/bucky/tools/lint.rb,
lib/bucky/utils/config.rb,
lib/bucky/utils/requests.rb,
lib/bucky/utils/yaml_load.rb,
lib/bucky/utils/bucky_logger.rb,
lib/bucky/utils/bucky_output.rb,
lib/bucky/core/database/db_connector.rb,
lib/bucky/core/test_core/test_result.rb,
lib/bucky/core/test_core/exit_handler.rb,
lib/bucky/core/test_core/test_manager.rb,
lib/bucky/core/exception/bucky_exception.rb,
lib/bucky/core/test_core/test_case_loader.rb,
lib/bucky/test_equipment/pageobject/pages.rb,
lib/bucky/core/database/test_data_operator.rb,
lib/bucky/core/report/screen_shot_generator.rb,
lib/bucky/core/test_core/test_class_generator.rb,
lib/bucky/test_equipment/test_case/e2e_test_case.rb,
lib/bucky/test_equipment/test_case/abst_test_case.rb,
lib/bucky/test_equipment/pageobject/base_pageobject.rb,
lib/bucky/test_equipment/evidence/evidence_generator.rb,
lib/bucky/test_equipment/user_operation/user_operator.rb,
lib/bucky/test_equipment/selenium_handler/wait_handler.rb,
lib/bucky/test_equipment/test_case/linkstatus_test_case.rb,
lib/bucky/test_equipment/verifications/e2e_verification.rb,
lib/bucky/test_equipment/verifications/abst_verification.rb,
lib/bucky/test_equipment/selenium_handler/webdriver_handler.rb,
lib/bucky/test_equipment/verifications/service_verifications.rb,
lib/bucky/test_equipment/user_operation/user_operation_helper.rb,
lib/bucky/test_equipment/user_operation/user_operation_logger.rb

Overview

Check http status code from response

2xx -> OK
3xx -> request again
4xx~5xx -> NG

Defined Under Namespace

Modules: Core, TestEquipment, Tools, Utils, Version