đ§Š Core Module
qabase-core is the foundation of QA Base. It provides:
- â
@QaBaseTest â enables non-static
@BeforeAllvia JUnitPER_CLASS. - â
AbstractQABaseTest â enables non-static
@BeforeAllvia JUnitPER_CLASS. - â
AllureExtensions â safe helpers for steps + attachments (
step{},attachJson,attachText). - â
ReportArchiverListener â optionally archives
allure-resultson shutdown intotarget/*.tar.gz.
âšī¸ Allure helpers are inert by default and activate only when
-Dallure.reports=trueor the Maven profile-Pallure-reportsis enabled.