/ibutsu-server

Ibutsu is a test result aggregator

Primary LanguageHTMLMIT LicenseMIT

Ibutsu Server

tests Documentation Status

Ibutsu is a test result reporting and artifact storage system. Ibutsu gives your team the ability to post their test results and artifacts to the server through the API, and query them using the web user interface.

About the API

Ibutsu has a RESTful API built using the OpenAPI specification which is browseable from /api/ui/

Requirements

To run the server locally for development, you can use podman by running:

./scripts/ibutsu-pod.sh

from the root of the repository.

Otherwise the following must be installed:

  • Python 3.6+
  • NPM
  • yarn
  • redis (strongly recommend a container)
  • PostgreSQL (strongly recommend a container)

Container images

Container images for Ibutsu are provided at quay.io/organization/ibutsu.

Frontend: Frontend Backend: Backend Worker: Worker Scheduler: Scheduler

Documentation

Please visit Ibutsu's Documentation for more information.