{"id":29654924,"url":"https://github.com/nil-malh/cucumber-reportr","last_synced_at":"2026-03-08T21:33:28.123Z","repository":{"id":303283154,"uuid":"1014987232","full_name":"nil-malh/cucumber-reportr","owner":"nil-malh","description":"A Cucumber Java plugin to generate a pretty HTML report ","archived":false,"fork":false,"pushed_at":"2025-07-14T11:01:41.000Z","size":812,"stargazers_count":2,"open_issues_count":17,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-14T12:07:53.679Z","etag":null,"topics":["cucumber","cucumber-java","cucumber-jvm","cucumber-reporter","html-reporter","react"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nil-malh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-06T19:44:42.000Z","updated_at":"2025-07-08T08:00:06.000Z","dependencies_parsed_at":"2025-07-14T11:19:59.729Z","dependency_job_id":null,"html_url":"https://github.com/nil-malh/cucumber-reportr","commit_stats":null,"previous_names":["nil-malh/cucumber-reportr"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/nil-malh/cucumber-reportr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nil-malh%2Fcucumber-reportr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nil-malh%2Fcucumber-reportr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nil-malh%2Fcucumber-reportr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nil-malh%2Fcucumber-reportr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nil-malh","download_url":"https://codeload.github.com/nil-malh/cucumber-reportr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nil-malh%2Fcucumber-reportr/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266454499,"owners_count":23931329,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cucumber","cucumber-java","cucumber-jvm","cucumber-reporter","html-reporter","react"],"created_at":"2025-07-22T08:00:40.378Z","updated_at":"2026-03-08T21:33:23.091Z","avatar_url":"https://github.com/nil-malh.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cucumber Reportr\n\n[![CI](https://github.com/nil-malh/cucumber-reportr/actions/workflows/ci.yml/badge.svg)](https://github.com/nil-malh/cucumber-reportr/actions/workflows/ci.yml)\n[![Maven Central](https://img.shields.io/maven-central/v/io.github.nil-malh/cucumber-reportr.svg?label=Maven%20Central)](https://central.sonatype.com/artifact/io.github.nil-malh/cucumber-reportr)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![codecov](https://codecov.io/gh/nil-malh/cucumber-reportr/branch/main/graph/badge.svg)](https://codecov.io/gh/nil-malh/cucumber-reportr)\n\nFrontend : [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=nil-malh_cucumber-reportr_frontend\u0026metric=alert_status\u0026token=5ce48f8ca1472765dc4c3b390df15e1fb6641062)](https://sonarcloud.io/summary/new_code?id=nil-malh_cucumber-reportr_frontend)\n\nPlugin : [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=nil-malh_cucumber-reportr_plugin\u0026metric=alert_status\u0026token=279612a77714d4a3f5e8da4dfd1dfb34f31a8531)](https://sonarcloud.io/summary/new_code?id=nil-malh_cucumber-reportr_plugin)\n\nA modern, interactive Cucumber reporter that generates beautiful HTML reports from Cucumber JSON output. Built with Java and React, it provides a VSCode-style interface for exploring test results with advanced filtering, analytics, and detailed step-by-step execution views.\n\n![Screenshot](./docs/img.png)\n![Screenshot](./docs/img_1.png)\n\n## ✨ Features\n\n- 🎨 **Modern UI**: VSCode-inspired interface with dark/light theme support\n- 📊 **Interactive Analytics**: Global statistics, charts, and trend analysis\n- 🔍 **Advanced Filtering**: Filter by status, tags, scenarios, and features\n- 📱 **Responsive Design**: Works seamlessly on desktop and mobile devices\n- 🌳 **Hierarchical View**: Organized folder tree structure for easy navigation\n- 📝 **Detailed Reports**: Step-by-step execution details with screenshots and logs\n- 🏷️ **Tag Support**: Full Cucumber tag filtering and organization\n- 🔗 **Deep Linking**: Direct links to specific scenarios and features\n- 🚀 **Fast Performance**: Optimized for large test suites\n- 🎯 **Zero Configuration**: Works out of the box with standard Cucumber JSON\n\n## 🚀 Quick Start\n\n### Maven Dependency\n\nAdd the following dependency to your `pom.xml`:\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eio.github.nil-malh\u003c/groupId\u003e\n    \u003cartifactId\u003ecucumber-reportr\u003c/artifactId\u003e\n    \u003cversion\u003e1.1.0\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n\n## 📖 Usage\n\n### As a Cucumber Plugin\n\nConfigure Cucumber to use the reporter plugin:\n\n```java\n@CucumberOptions(\n    features = \"src/test/resources/features\",\n    glue = \"com.example.stepdefs\",\n    plugin = {\n        \"json:target/cucumber-reports/cucumber.json\",\n        \"io.github.nil_malh.cucumber.reportr.Core:target/cucumber-reports\"\n    }\n)\npublic class RunCucumberTest {\n}\n```\n\n## 🏗️ Building from Source\n\n### Prerequisites\n\n- Java 17 or higher\n- Maven 3.6 or higher\n- Node.js 18 or higher (for frontend build)\n\n### Build Steps\n\n```bash\n# Clone the repository\ngit clone https://github.com/nil-malh/cucumber-reportr.git\ncd cucumber-cucumber-reportr\n\n# Build the project (includes frontend)\nmvn clean package\n\n# For development (skip frontend build)\nmvn clean package -Pdev\n\n# Build without tests\nmvn clean package -DskipTests\n```\n\n### Development\n\n```bash\n# Start frontend development server\ncd front\nnpm install\nnpm run dev\n\n# Build frontend only\nnpm run build\n\n# Build standalone HTML (single file)\nnpm run build:standalone\n```\n\n## 📊 Report Features\n\n### Global Analytics\n- **Test Execution Summary**: Total scenarios, pass/fail rates, execution time\n- **Trend Analysis**: Historical test performance tracking\n- **Feature Coverage**: Detailed breakdown by feature files\n- **Tag Analytics**: Test distribution across different tags\n\n### Interactive Navigation\n- **Folder Tree**: Hierarchical view of feature files and scenarios\n- **Search \u0026 Filter**: Real-time filtering by status, tags, or text\n- **Tabbed Interface**: Multiple views for different aspects of results\n- **Breadcrumb Navigation**: Easy navigation through nested structures\n\n### Detailed Test Results\n- **Step-by-Step Execution**: Detailed view of each test step\n- **Error Details**: Full stack traces and error messages\n- **Screenshots**: Embedded screenshots for visual validation\n- **Execution Timing**: Performance metrics for each step\n- **Data Tables**: Formatted display of test data\n\n## 🎨 Customization\n\n### Themes\nThe reporter supports both light and dark themes, automatically detecting system preferences.\n\n### Configuration\nCustomize the report generation through configuration options:\n\nWIP\n\n## 🤝 Contributing\n\nWe welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for details.\n\n### Development Setup\n\n1. Fork the repository\n2. Create a feature branch: `git checkout -b feature/amazing-feature`\n3. Make your changes\n4. Run tests: `mvn test`\n5. Build the project: `mvn clean package`\n6. Commit your changes: `git commit -m 'Add amazing feature'`\n7. Push to the branch: `git push origin feature/amazing-feature`\n8. Open a Pull Request\n\n### Code Style\n\n- Java: Follow Google Java Style Guide\n- JavaScript/React: ESLint configuration provided\n- Commit messages: Follow Conventional Commits\n\n\n## 🐛 Issues and Support\n\n- **Bug Reports**: [GitHub Issues](https://github.com/nil-malh/cucumber-reportr/issues)\n- **Feature Requests**: [GitHub Discussions](https://github.com/nil-malh/cucumber-reportr/discussions)\n- **Documentation**: [Wiki](https://github.com/nil-malh/cucumber-reportr/wiki)\n\n## 📄 License\n\nThis project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.\n\n## 🙏 Acknowledgments\n\n- Built with [Cucumber](https://cucumber.io/) - BDD testing framework\n- UI powered by [React](https://reactjs.org/) and [Tailwind CSS](https://tailwindcss.com/)\n- Charts using [Recharts](https://recharts.org/)\n- Icons from [Lucide React](https://lucide.dev/)\n\n## 📈 Project Stats\n\n- **Language**: Java 17+, JavaScript (React)\n- **Build Tool**: Maven\n- **Frontend**: React 19, Vite, Tailwind CSS\n- **Testing**: JUnit, Maven Surefire\n- **CI/CD**: GitHub Actions\n\n---\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnil-malh%2Fcucumber-reportr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnil-malh%2Fcucumber-reportr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnil-malh%2Fcucumber-reportr/lists"}