File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
webapp/test/integration/arrangements Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -36,4 +36,5 @@ module.exports = function(config) {
36
36
singleRun : true
37
37
38
38
} ) ;
39
+ require ( "karma-ui5/helper" ) . configureIframeCoverage ( config ) ;
39
40
} ;
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ sap.ui.define([
5
5
6
6
return Opa5 . extend ( "sap.ui.demo.todo.test.integration.arrangements.Startup" , {
7
7
8
+ < << < << < HEAD
8
9
iStartMyApp ( ) {
9
10
this . iStartMyUIComponent ( {
10
11
componentConfig : {
@@ -13,6 +14,10 @@ sap.ui.define([
13
14
manifest : true
14
15
}
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 )
16
21
}
17
22
18
23
} ) ;
You can’t perform that action at this time.
0 commit comments