From a39c1ef17e5046aaee7bfd010b5998e21af4f543 Mon Sep 17 00:00:00 2001 From: mahula Date: Thu, 6 Jul 2023 09:12:35 +0200 Subject: [PATCH] customize e2e test report footer to remove social media links --- e2e-tests/create-cucumber-html-report.js | 1 + 1 file changed, 1 insertion(+) diff --git a/e2e-tests/create-cucumber-html-report.js b/e2e-tests/create-cucumber-html-report.js index f81093483..55810aca5 100644 --- a/e2e-tests/create-cucumber-html-report.js +++ b/e2e-tests/create-cucumber-html-report.js @@ -7,5 +7,6 @@ report.generate({ reportPath: "./cypress/reports/cucumber_html_report", pageTitle: reportTitle, reportName: reportTitle, + pageFooter: "
", hideMetadata: true }); \ No newline at end of file