Sahi Documentation

Playback

Playback allows to run created scripts/suite.

Scripts can be played back on machine which is triggering the playback as well can be distributed to other machines.

Sahi supports playback via Controller, playback via Editor, Playback via Ant, Playback via Maven and command line.

info Since v912 drun.auto_rerun_scripts_if_internal_aborted property is introduced to configure re-execution of the script if communication between Sahi Master and node is lost while the execution is in progress. Defaule value is true. If property value is set to false, script status will be set INTERNAL_ABORTED and will be aborted. In Default scenario script status will be set to INTERNAL_ABORTED_RETRY status and will be tried to execute again.