UNPKG

tm-playwright-framework

Version:

Playwright Cucumber TS framework - The easiest way to learn

15 lines (14 loc) 427 B
/** * REPORT.TS * * This TypeScript file contains Cucumber report generation logic using `multiple-cucumber-html-reporter`. * * @author Sasitharan, Govindharam * @reviewer Sahoo, AshokKumar * @version 1.0 - 1st-JUNE-2025 * * @methods * - `log`: Method to log the message based on status received * - `logStatus`: Method to receive the message along with the status to log the message as info or error */ export {};