SYNOPSIS

Starts an AskUI automation project.

DESCRIPTION

The AskUI-RunProject cmdlet executes an AskUI automation project using the specified start script. By default, it looks for and runs the ‘askui’ script defined in the project’s package.json.

PARAMETERS

  • -StartScriptName | <String> - Name of the script that will start the AskUI project. Default is ‘askui’.

EXAMPLES

EXAMPLE 1

Starts the automation using the default ‘askui’ script.

AskUI-RunProject

EXAMPLE 2

Starts the automation using a custom script named “custom-test”.

AskUI-RunProject -StartScriptName "custom-test"