def add_data_to_test_info(dict_data):
    logger.info('Adding data to test report info')
    start_test_if_required()
    test_result = TestResult()
    test_result.add_info_data(dict_data)