Options
All
  • Public
  • Public/Protected
  • All
Menu

Test part of a command verification request. Allows reuse of command testing without defining actions on success or failure, which are more likely to vary in different contexts.

Hierarchy

Index

Properties

command

command: string

Command, including arguments, to pass to exec

Optional execOptions

execOptions: ExecOptions

Options to pass to child_process.exec

Optional outputTest

outputTest: function

Test for the output of a successful command

param
returns

Type declaration

Generated using TypeDoc