environment.add_argument('-r','--root-dir',dest='root_dir',type=str,default=DEFAULT_ROOT_DIR,help=f'path to root directory of tests_api project [default={DEFAULT_ROOT_DIR}]')
environment.add_argument('-d','--datadir',dest='datadir',type=str,default='./wdir',help='defines path to workdir (path to this dir will alway be recreated) [default=./wdir]')
environment.add_argument('-j','--jmeter',dest='jmeter',type=str,default='/usr/bin/jmeter',help='path to jmeter executable [default=/usr/bin/jmeter]')
environment.add_argument('-q','--supr-errors',dest='supr_err',**BOOL_PARAM,help="if specified error messages of bad requests won't be printed")
environment.add_argument('--skip-version-check',dest='skip_version',**BOOL_PARAM,help='if specified, `hive_api.get_version` call will not be performed')