FIORI App gegenereerd
This commit is contained in:
19
app/incidents/webapp/test/integration/pages/JourneyRunner.js
Normal file
19
app/incidents/webapp/test/integration/pages/JourneyRunner.js
Normal file
@@ -0,0 +1,19 @@
|
||||
sap.ui.define([
|
||||
"sap/fe/test/JourneyRunner",
|
||||
"ns/incidents/test/integration/pages/IncidentsList.gen",
|
||||
"ns/incidents/test/integration/pages/IncidentsObjectPage.gen"
|
||||
], function (JourneyRunner, IncidentsListGenerated, IncidentsObjectPageGenerated) {
|
||||
'use strict';
|
||||
|
||||
const runner = new JourneyRunner({
|
||||
launchUrl: sap.ui.require.toUrl('ns/incidents') + '/test/flp.html#app-preview',
|
||||
pages: {
|
||||
onTheIncidentsListGenerated: IncidentsListGenerated,
|
||||
onTheIncidentsObjectPageGenerated: IncidentsObjectPageGenerated
|
||||
},
|
||||
async: true
|
||||
});
|
||||
|
||||
return runner;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user