Thanks to visit codestin.com
Credit goes to github.com

Skip to content

mshriver/ibutsu-server

 
 

Repository files navigation

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.

About

Ibutsu is a test result aggregator

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 43.5%
  • JavaScript 29.9%
  • Python 24.8%
  • Other 1.8%