API description

TestMace provides powerful features for API description, including import from Swagger 2.0/ Openapi 3.0. The following nodes are responsible for these features:

  • ApiRootFolder - a root node for API description;

  • ApiFolder - a node for grouping another API nodes;

  • ApiRoute - a node for describing a specific endpoint.

You'll learn more about each of these nodes in the next sections.

Last updated