RemoveTestCommand constructor
RemoveTestCommand()
Implementation
RemoveTestCommand() {
argParser.addOption(
'apps-name',
abbr: 'a',
help: 'Remove tests from a specific app (optional)',
);
argParser.addOption(
'feature',
abbr: 'f',
help: 'Remove tests from a specific feature (optional)',
);
argParser.addOption(
'page',
abbr: 'p',
help: 'Remove tests from a specific page (optional)',
);
}