From abb9ad61566655eb764ae8475880be807f580505 Mon Sep 17 00:00:00 2001 From: mahula Date: Tue, 27 Feb 2024 09:22:22 +0100 Subject: [PATCH] use html reporter with typescript --- cypress/create-cucumber-html-report.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress/create-cucumber-html-report.ts b/cypress/create-cucumber-html-report.ts index 05c0770..a2c0f7d 100644 --- a/cypress/create-cucumber-html-report.ts +++ b/cypress/create-cucumber-html-report.ts @@ -2,6 +2,7 @@ import report from 'multiple-cucumber-html-reporter' const reportTitle = 'End-to-End Test Report' +// eslint-disable-next-line @typescript-eslint/no-unsafe-call, @typescript-eslint/no-unsafe-member-access report.generate({ jsonDir: './reports/json/', reportPath: './reports/e2e_html_report',