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/',