An interface to define systems.json and credentials.json for loading destinations.

interface GetTestDestinationOptions {
    credentialsFilePath?: string;
    systemsFilePath?: string;
}

Properties

credentialsFilePath?: string

The path of the credentials.json file.

systemsFilePath?: string

The path of the systems.json file.

Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.