You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reportGroup.add_argument('--metrics', help='Generate metrics reports for VectorCAST Project', action="store_true", default=False)
481
507
reportGroup.add_argument('--fullstatus', help='Generate full status reports for VectorCAST Project', action="store_true", default=False)
508
+
reportGroup.add_argument('--utfull', help='Generate Full Reports for each VectorCAST environment in project', action="store_true", default=False)
482
509
reportGroup.add_argument('--tcmr', help='Generate Test Cases Management Reports for each VectorCAST environment in project', action="store_true", default=False)
510
+
reportGroup.add_argument('--index', help='Generate an index.html report that ties all the other HTML reports together', action="store_true", default=False)
483
511
484
512
beGroup=parser.add_argument_group('Build/Execution Options', 'Options that effect build/execute operation')
0 commit comments