diff --git a/lib/client/browser.js b/lib/client/browser.js index 39583341..c277f140 100644 --- a/lib/client/browser.js +++ b/lib/client/browser.js @@ -73,7 +73,7 @@ require("./discovery.js"); karma.log("error", [ "Could not find a testsuite or no testpage defined.\n" + "Please set a testpage in the config or via CLI.\n" - + "For more details: https://github.com/SAP/karma-ui5#defining-testpage"] + + "For more details: https://github.com/SAP/karma-ui5#testpage"] ); // reportSetupFailure(); // TODO return; @@ -88,7 +88,7 @@ require("./discovery.js"); + testsuitePaths.join("\n") + "\n\n" + "Please explicitly configure a \"testpage\" in your karma config or via CLI:\n" - + "https://github.com/SAP/karma-ui5#defining-testpage"]); + + "https://github.com/SAP/karma-ui5#testpage"]); // reportSetupFailure(); // TODO return; }