AI-powered platform for managing test cases, plans, runs, and insightful reports
2.4K
A modern, full-stack Test Case Management System for QA teams.
Built with Spring Boot + React. One Docker image. Runs in minutes.
# 1. Download compose file and config template
curl -O https://raw.githubusercontent.com/PanjatanCoders/testrium/master/docker-compose.yml
curl -O https://raw.githubusercontent.com/PanjatanCoders/testrium/master/.env.example
# 2. Configure
cp .env.example .env
# Edit .env — set your DB passwords, JWT secret, and admin credentials
# 3. Run
docker compose up -d
Open http://localhost:8080 and login with [email protected] / Admin@123
Change the default admin password after first login.
A single all-in-one image:
| Variable | Default | Description |
|---|---|---|
MYSQL_PASSWORD | testrium123 | MySQL user password |
MYSQL_ROOT_PASSWORD | rootpassword | MySQL root password |
JWT_SECRET | (insecure default) | Change this! Min 32 chars |
ADMIN_EMAIL | [email protected] | Default admin login |
ADMIN_PASSWORD | Admin@123 | Default admin password |
JIRA_ENCRYPTION_KEY | TestriumJiraKey1 | Exactly 16 chars for AES-128 |
APP_PORT | 8080 | Host port to expose |
CLIENT_NAME | Testrium | Branding name |
REGISTRATION_ENABLED | true | Allow new user registration |
EMAIL_VERIFICATION_REQUIRED | false | Require email verification |
MAIL_SMTP_USERNAME | (empty) | Gmail SMTP username |
MAIL_SMTP_PASSWORD | (empty) | Gmail SMTP password |
Testrium: https://testrium.github.io/testrium/
GitHub: https://github.com/testrium/testrium
Proprietary © Testrium. All rights reserved.
Content type
Image
Digest
sha256:fa6ffae7e…
Size
128.1 MB
Last updated
6 months ago
docker pull sddmhossain/testrium