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

Skip to content

mkutlak/alluredeck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

58 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

AllureDeck Gopher

AllureDeck

A modern dashboard for Allure test reports β€” Go API backend + React frontend.

Rewrite of fescobar/allure-docker-service + allure-docker-service-ui.

AllureDeck projects view

Features

  • Project management β€” create, list, delete projects; grid and list view; paginated API
  • Analytics β€” Status Trend, Pass Rate Trend, Duration Trend, Status Distribution charts
  • Test timeline β€” Gantt-chart visualization of parallel test execution with swim lanes
  • Known issues tracking β€” tag flaky/known-failing tests; adjusted pass rate calculation
  • Report history β€” colour-coded table with per-build stats, view and delete actions
  • Embedded report viewer β€” Allure 2 & 3 reports rendered inline
  • Admin actions β€” drag & drop result upload, generate report, clean results/history
  • Authentication β€” JWT-based login, admin vs viewer RBAC, CSRF protection, per-IP rate limiting
  • Storage backends β€” local filesystem and S3/MinIO
  • Dark / light mode β€” system-aware theme toggle
  • Multi-arch images β€” linux/amd64 and linux/arm64

Quick Start

Docker Compose

git clone https://github.com/mkutlak/alluredeck.git
cd alluredeck/alluredeck
docker compose -f docker/docker-compose.yml up -d

Dashboard: http://localhost:7474 Β· API: http://localhost:5050

Default credentials: admin / admin β€” change before exposing to any network.

Helm

helm repo add alluredeck https://mkutlak.github.io/alluredeck
helm repo update
helm install alluredeck alluredeck/alluredeck

Documentation

License

Apache 2.0

About

Work in progress... 🚧

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors