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) {
3636 singleRun : true
3737
3838 } ) ;
39+ require ( "karma-ui5/helper" ) . configureIframeCoverage ( config ) ;
3940} ;
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ sap.ui.define([
55
66 return Opa5 . extend ( "sap.ui.demo.todo.test.integration.arrangements.Startup" , {
77
8+ < << < << < HEAD
89 iStartMyApp ( ) {
910 this . iStartMyUIComponent ( {
1011 componentConfig : {
@@ -13,6 +14,10 @@ sap.ui.define([
1314 manifest : true
1415 }
1516 } ) ;
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 )
1621 }
1722
1823 } ) ;
You can’t perform that action at this time.
0 commit comments