Documentation
    Preparing search index...

    Function runKehtoCli

    • Run the top-level Kehto CLI command router.

      Parameters

      • args: readonly string[] = ...

        Argument vector without the node executable or script path.

      • io: CliIo = defaultIo

        Output streams used by the command.

      • options: RunKehtoCliOptions = {}

        Execution controls for embedded test runners.

      Returns Promise<number>

      Process exit code.

      await runKehtoCli(['paja', '--target-url', 'http://127.0.0.1:5173']);