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

AskUI-RunProject
Starts the automation using the default 'askui' script.

EXAMPLE 2

AskUI-RunProject -StartScriptName "custom-test"
Starts the automation using a custom script named "custom-test".