📋 Prerequisites
Before installing Qulaxy, ensure you have the following:
- Docker (version 20.10 or higher)
- Docker Compose (version 2.0 or higher)
- At least 4GB RAM available
- At least 10GB disk space
- An internet connection for pulling images
🚀 Quick Installation
Step 1: Pull the Docker Image
Download the latest Qulaxy image from Docker Hub:
docker pull qulaxy/test-management:latest
Step 2: Run the Container
Start Qulaxy with default settings:
docker run -d -p 8080:8080 --name qulaxy qulaxy/test-management:latest
Step 3: Access Qulaxy
Open your browser and navigate to:
http://localhost:8080
💡 Tip: Default credentials are admin@qulaxy.com / admin123.
Change these immediately after first login!
🎯 First Steps
1. Create Your First Project
After logging in:
- Click "Create Project" in the dashboard
- Enter a project name and description
- Set up team members and permissions
- Configure project settings
2. Add Test Cases
Organize your testing efforts:
- Navigate to Test Cases tab
- Click "New Test Case"
- Fill in test steps, expected results, and priority
- Add tags and custom fields as needed
3. Execute Tests
Start running your test suites:
- Create a Test Run from your test cases
- Assign test cases to team members
- Track execution progress in real-time
- Record results and attach screenshots
📊 Understanding the Dashboard
The Qulaxy dashboard provides:
- Test Execution Overview - Pass/fail rates and trends
- Active Test Runs - Current testing activities
- Team Activity - Who's working on what
- Defect Tracking - Open issues and bugs
- Reports - Downloadable metrics and charts
🔗 Next Steps
Now that you're set up, explore these topics:
🆘 Need Help? Join our community Discord or email support@qulaxy.com