UNPKG

@sap/generator-fiori

Version:

Create an SAPUI5 application using SAP Fiori elements or a freestyle approach

30 lines (25 loc) 822 B
<!DOCTYPE html> <html> <head> <title>Integration tests</title> <meta charset="utf-8"> <script id="sap-ui-bootstrap" src="/resources/sap-ui-core.js" data-sap-ui-theme='sap_fiori_3' data-sap-ui-resourceroots='{ "<%- appID %>": "../../" }' data-sap-ui-animation="false" data-sap-ui-compatVersion="edge" data-sap-ui-async="true"> </script> <link rel="stylesheet" type="text/css" href="/resources/sap/ui/thirdparty/qunit-2.css"> <script src="/resources/sap/ui/thirdparty/qunit-2.js"></script> <script src="/resources/sap/ui/qunit/qunit-junit.js"></script> <script src="opaTests.qunit.js"></script> </head> <body> <div id="qunit"></div> <div id="qunit-fixture"></div> </body> </html>