1.0.0 • Published 1 year ago

test-to-library v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

ApiCalls Library

This is a library for test automation that contains API calls. Its purpose is to simplify the process of writing automated tests by reducing the amount of code required to make API calls.

Installation

To use this library, you need to install it using a package manager for Node.js. For example, using npm:

npm install Rockwell-Automation-Inc/ApiCalls-Library

Usage

To use this library, you need to import it into your test file and use its functions to make API calls. Here's an example of how you can use this library to make a call to a sample API:

const apiCalls = require('test-to-library');

this.apiResponse = await apiCalls.createSolution(this.currentTenantId,nameSolution,solutionDescription,false, access_token,process.env.STRESS_TEST_ID,process.env.API_URL);

Contribution

The following contributed to the development of the content of the library

  • Laura Carolina Rozo Hoyos
  • Laura Isabella Tabares Perez
  • Cristian Giovanny Martinez Valdez
  • Andres Felipe Caro Arango

Author

This library was developed by Andres Felipe Caro Arango.

License

This library is under the type of license here license.

1.0.0

1 year ago