java_reports/ ├── pom.xml # Parent POM ├── .gitignore ├── .env.example ├── README.md ├── test-core/ # Cucumber runner, step definitions, Selenium POM ├── allure-integration/ # Allure adapter, ...
This repository implements a simple invoice generation system (client, server, UI, DB, PDF/text export). This README focuses on the reports that the project produces or should produce — an A-to-Z ...