15 lines
431 B
HTML
15 lines
431 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<script
|
|
src="../resources/sap/ui/test/starter/createSuite.js"
|
|
data-sap-ui-testsuite="test-resources/ui5/walkthrough/testsuite.qunit"
|
|
data-sap-ui-resource-roots='{
|
|
"test-resources.ui5.walkthrough": "./"
|
|
}'
|
|
></script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html> |