Skip to content

Interface

Shows a message in the interface while the scenario runs.

Inputstitle (string), message (string)
Outputsnone
Configurationtitle, message, level, duration
FieldValues
levelinfo (default), success, warning, error
durationIn seconds; 0 or empty = the notification stays on screen until it is dismissed

While building a scenario: it is the immediate visual feedback that says “I got this far”.

For a long scenario driven by hand, a success notification at the end saves you having to watch the log.

The action does nothing in windowless execution, and the run carries on as normal — it does not fail.

That is why it does not replace Log: for a trace that will survive CI, use Log, whose output is written to the console and to the --out file.