parser.add_argument("path_to_test_dir",type=str,help="Path to test directory for given xml file")
parser.add_argument("xml_file",type=str,help="Path to report file in xml format")
parser.add_argument("--time-threshold",dest="time_threshold",type=float,default=1.0,help="Time threshold for test execution time, tests with execution time greater than threshold will be marked on red.")