/frameworkium-api

Framework for writing maintainable REST API tests in Java

Primary LanguageJava

Frameworkium API

CI Status codecov.io Maintainability

This is the Frameworkium 3 API module.

It contains code to provide structure to (REST) API tests.

Frameworkium 3

Frameworkium 3 is a re-organisation of the original frameworkium-core aka Frameworkium 2.

Frameworkium 3 splits the project up into logical modules that can be used largely independently.

Frameworkium 3 Modules

  1. frameworkium-ui
  2. frameworkium-api
  3. frameworkium-reporting
  4. frameworkium-jira

Example Projects

Rest Assured

frameworkium-api includes the RestAssured library for interacting with HTTP APIs.

See the RestAssured docs for an in-depth guide for the Rest Assured library.