A web-based dashboard for viewing and managing automation test results.
This project helps visualize test execution details such as passed/failed/skipped tests, includes error messages, screenshots, videos, and supports report export in document format.
- Summary of test results (Total, Passed, Failed, Skipped)
- Informative Charts
- Test detail view per row
- Error messages, screenshots, and video playback
- Clean and Fun UI using modern web design
- Document report generation (DOC format)
automation-report/
|-api/ # Backend API (Express or similar)
|-assets/ # Static assets
|-exports/ # Temp report (After generating report)
|-reports/ # Saving report files like screenshot, videos, etc
|-views/ # Frontend HTML/CSS/JS files/folder
- Frontend: HTML, CSS, JavaScript, Chart.js
- Backend: Node.js, Express.js
- Database: SQLite
- Test Automation: Playwright (or your prefered tool)
- Styling: Tailwind CSS (optional)
- Others: Live Server, fs-extra
git clone https://github.com/username/automation-report.git
cd automation-reportnpm installnpm run report (This will launch both the backend API and frontend using Live Server.)# Run backend API
cd api
node server.js
# Run frontend
cd ../views/html
npx live-server- Fikrah – @Kyzune




