From 8635b48ead7ece988f2dafe10935aca1d6e8bfcb Mon Sep 17 00:00:00 2001 From: mahula Date: Mon, 26 Feb 2024 22:49:02 +0100 Subject: [PATCH] fix typo --- cypress/create-cucumber-html-report.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/create-cucumber-html-report.ts b/cypress/create-cucumber-html-report.ts index 1321172..05c0770 100644 --- a/cypress/create-cucumber-html-report.ts +++ b/cypress/create-cucumber-html-report.ts @@ -1,6 +1,6 @@ import report from 'multiple-cucumber-html-reporter' -const reportTitle = 'DreamMall End-to-End Test Report' +const reportTitle = 'End-to-End Test Report' report.generate({ jsonDir: './reports/json/',