diff --git a/e2e-tests/create-cucumber-html-report.js b/e2e-tests/create-cucumber-html-report.js index 448aa199f..74adceb8f 100644 --- a/e2e-tests/create-cucumber-html-report.js +++ b/e2e-tests/create-cucumber-html-report.js @@ -1,5 +1,15 @@ const report = require("multiple-cucumber-html-reporter"); report.generate({ jsonDir: "cypress/reports/json_logs", - reportPath: "./cypress/reports/cucumber_html_report" + reportPath: "./cypress/reports/cucumber_html_report", + metadata: { + app: { + name: "Gradido webapp" + }, + device: "Github worker", + plattform: { + name: "ubuntu", + version: "latest" + } + } }); \ No newline at end of file