generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Detect non-Test Starter test setups (#448)
JIRA: CPOUI5FOUNDATION-894
- Loading branch information
Showing
13 changed files
with
600 additions
and
47 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
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
16 changes: 16 additions & 0 deletions
16
test/fixtures/linter/projects/sap.f/test/sap/f/testsuite.qunit.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"> | ||
<title>QUnit test suite for Todo App</title> | ||
<script | ||
src="../resources/sap/ui/test/starter/createSuite.js" | ||
data-sap-ui-testsuite="test-resources/sap/f/testsuite.qunit" | ||
data-sap-ui-resource-roots='{ | ||
"test-resources.sap.f": "./" | ||
}' | ||
></script> | ||
</head> | ||
<body> | ||
</body> | ||
</html> |
21 changes: 21 additions & 0 deletions
21
test/fixtures/linter/projects/sap.f/test/sap/f/testsuite.qunit.js
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,21 @@ | ||
sap.ui.define(function () { | ||
"use strict"; | ||
return { | ||
name: "QUnit test suite for sap.f", | ||
defaults: { | ||
page: "ui5://test-resources/sap/f/Test.qunit.html?testsuite={suite}&test={name}", | ||
qunit: { | ||
version: 2 | ||
}, | ||
sinon: { | ||
version: 4 | ||
}, | ||
ui5: { | ||
language: "EN", | ||
theme: "sap_horizon" | ||
} | ||
}, | ||
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
Binary file not shown.
Oops, something went wrong.