automation-test-with-submodule-typescript-sdk
v1.0.13
Published
Client for Test Automation (No submodules)
Downloads
5
Maintainers
Readme
automation-test-with-submodule-typescript-sdk
SDKs (no submodules) to test automation workflows.
Table of Contents
Installation
npm i automation-test-with-submodule-typescript-sdk
pnpm i automation-test-with-submodule-typescript-sdk
yarn add automation-test-with-submodule-typescript-sdk
Getting Started
import { AutomationTestWithSubmodule } from "automation-test-with-submodule-typescript-sdk";
const automationtestwithsubmodule = new AutomationTestWithSubmodule({
// Defining the base path is optional and defaults to http://google.com
// basePath: "http://google.com",
apiKey: "API_KEY",
});
const helloResponse = await automationtestwithsubmodule.greetings.hello();
console.log(helloResponse);
Reference
automationtestwithsubmodule.greetings.hello
Get a simple greeting!!!
🛠️ Usage
const helloResponse = await automationtestwithsubmodule.greetings.hello();
🔄 Return
🌐 Endpoint
/hello
GET
Author
This TypeScript package is automatically generated by Konfig