-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Matthias Osswald <mat.osswald@sap.com>
- Loading branch information
1 parent
fc32982
commit 5d2b193
Showing
160 changed files
with
1,494 additions
and
1,678 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<script | ||
src="https://sdk.openui5.org/1.129.0/resources/sap/ui/test/starter/runTest.js" | ||
data-sap-ui-resource-roots='{ | ||
"test-resources.ui5.walkthrough": "./" | ||
}' | ||
></script> | ||
</head> | ||
<body class="sapUiBody"> | ||
<div id="qunit"></div> | ||
<div id="qunit-fixture"></div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<script | ||
src="../resources/sap/ui/test/starter/runTest.js" | ||
data-sap-ui-resource-roots='{ | ||
"test-resources.ui5.walkthrough": "./" | ||
}' | ||
></script> | ||
</head> | ||
<body class="sapUiBody"> | ||
<div id="qunit"></div> | ||
<div id="qunit-fixture"></div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<script | ||
src="https://sdk.openui5.org/1.129.0/resources/sap/ui/test/starter/createSuite.js" | ||
data-sap-ui-testsuite="test-resources/ui5/walkthrough/testsuite.cdn.qunit" | ||
data-sap-ui-resource-roots='{ | ||
"test-resources.ui5.walkthrough": "./" | ||
}' | ||
></script> | ||
</head> | ||
<body> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
export default { | ||
name: "QUnit test suite for UI5 TypeScript Walkthrough", | ||
defaults: { | ||
page: "ui5://test-resources/ui5/walkthrough/Test.cdn.qunit.html?testsuite={suite}&test={name}", | ||
qunit: { | ||
version: 2 | ||
}, | ||
ui5: { | ||
theme: "sap_horizon" | ||
}, | ||
loader: { | ||
paths: { | ||
"ui5/walkthrough": "../" | ||
} | ||
} | ||
}, | ||
tests: { | ||
"unit/unitTests": { | ||
title: "UI5 TypeScript Walkthrough - Unit Tests" | ||
} | ||
} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<!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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
export default { | ||
name: "QUnit test suite for UI5 TypeScript Walkthrough", | ||
defaults: { | ||
page: "ui5://test-resources/ui5/walkthrough/Test.qunit.html?testsuite={suite}&test={name}", | ||
qunit: { | ||
version: 2 | ||
}, | ||
ui5: { | ||
theme: "sap_horizon" | ||
}, | ||
loader: { | ||
paths: { | ||
"ui5/walkthrough": "../" | ||
} | ||
} | ||
}, | ||
tests: { | ||
"unit/unitTests": { | ||
title: "UI5 TypeScript Walkthrough - Unit Tests" | ||
} | ||
} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.