You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AddaddTests to FreestyleApp, appOptions, if addTests enabled - write OPA tests for fiori freestyle app.
exportinterfaceFreestyleApp<T>extendsUi5App{template: Template<T>;service?: OdataService&{capService?: CapServiceCdsInfo;};app: FioriApp;appOptions: Partial<AppOptions>&{/** * Generate OPA based tests, for Simple template. * This will eventually move up to {@link Ui5App.appOptions} */addTests?: boolean;};}
The text was updated successfully, but these errors were encountered:
Description (include screenshots)
Add EJS templates to generate tests for fiori freestyle templates to
ui5-test-writers
.Add
generateFreestyleOPAFiles
function to write OPA tests.addTests
toFreestyleApp
,appOptions
, ifaddTests
enabled - write OPA tests for fiori freestyle app.The text was updated successfully, but these errors were encountered: