From cae7c177dce3f661df614f61bf0b18de20353774 Mon Sep 17 00:00:00 2001 From: Matthias Osswald Date: Thu, 22 Oct 2020 13:35:28 +0200 Subject: [PATCH] Disable logHTMLFilePath --- karma-gherkin.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/karma-gherkin.conf.js b/karma-gherkin.conf.js index 443cbf981..3c3318e7c 100644 --- a/karma-gherkin.conf.js +++ b/karma-gherkin.conf.js @@ -6,7 +6,7 @@ module.exports = function(config) { ui5: { logAssertions: true, - logHTMLFilePath: true, + logHTMLFilePath: false, testpage: "webapp/test/gherkin/gherkinTests.qunit.html" },