Commons component plugin - Commands

Contents :


cleanup

@See : Since Squash TA 1.7.0, this command moved to the Local Process Plugin.



pause

Description :

Makes the test execution sleep for a given time (expressed in milliseconds).

EXECUTE pause WITH $(<n>) AS $()

> Input :

  • <n> : an integer. It represents the time in milliseconds.


log

Description :

This instruction allows writing a message in the log console.

EXECUTE log WITH $(<message>) USING $(logLevel: <level>) AS $()

> Input :

  • <message> : The message you want to display in the log console.
  • <level> : The log level to use : DEBUG, INFO, WARN or ERROR.