We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19b95d2 commit d77489dCopy full SHA for d77489d
2 files changed
karma-ci.conf.js
@@ -36,4 +36,5 @@ module.exports = function(config) {
36
singleRun: true
37
38
});
39
+ require("karma-ui5/helper").configureIframeCoverage(config);
40
};
webapp/test/integration/arrangements/Startup.js
@@ -5,6 +5,7 @@ sap.ui.define([
5
6
return Opa5.extend("sap.ui.demo.todo.test.integration.arrangements.Startup", {
7
8
+<<<<<<< HEAD
9
iStartMyApp() {
10
this.iStartMyUIComponent({
11
componentConfig: {
@@ -13,6 +14,10 @@ sap.ui.define([
13
14
manifest: true
15
}
16
17
+=======
18
+ iStartMyApp: function () {
19
+ this.iStartMyAppInAFrame(sap.ui.require.toUrl("sap/ui/demo/todo/index") + ".html");
20
+>>>>>>> 8245e706 (Demo: iframe coverage with karma-ui5)
21
22
23
0 commit comments