forked from dojo/widgets
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
134babc
commit 07eb13e
Showing
44 changed files
with
4,822 additions
and
4,754 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
{ | ||
"environments": [ | ||
{ "browserName": "node" } | ||
], | ||
|
||
"suites": [ | ||
"./_build/common/tests/unit/all.js" | ||
], | ||
|
||
"functionalSuites": [ | ||
"./_build/common/tests/functional/all.js" | ||
], | ||
|
||
"browser": { | ||
"loader": { | ||
"script": "dojo2", | ||
"options": { | ||
"packages": [ | ||
{ "name": "src", "location": "_build" }, | ||
{ "name": "@dojo", "location": "node_modules/@dojo" }, | ||
{ "name": "sinon", "location": "node_modules/sinon/pkg", "main": "sinon" }, | ||
{ "name": "maquette", "location": "node_modules/maquette/dist", "main": "maquette" }, | ||
{ "name": "pepjs", "location": "node_modules/pepjs/dist", "main": "pep" } | ||
] | ||
} | ||
} | ||
}, | ||
|
||
"node": { | ||
"plugins": [ | ||
"_build/common/tests/node-css-plugin.js" | ||
] | ||
}, | ||
|
||
"configs": { | ||
"coverage": { | ||
"coverage": [ | ||
"./_build/**/*.js", | ||
"!./_build/**/tests/**/*", | ||
"!./_build/**/styles/**/*", | ||
"!./_build/**/themes/**/*", | ||
"!./_build/**/example/**/*", | ||
"!./_build/**/*Element.js" | ||
] | ||
}, | ||
|
||
"remoteCapabilities": { | ||
"capabilities": { | ||
"project": "Dojo 2", | ||
"name": "@dojo/widgets", | ||
"fixSessionCapabilities": false | ||
} | ||
}, | ||
|
||
"browserstack": { | ||
"extends": [ "coverage", "remoteCapabilities" ], | ||
|
||
"tunnel": "browserstack", | ||
"capabilities+": { | ||
"browserstack.debug": false | ||
}, | ||
|
||
"environments+": [ | ||
{ "browserName": "internet explorer", "version": "11" }, | ||
{ "browserName": "edge" }, | ||
{ "browserName": "firefox", "platform": "WINDOWS" }, | ||
{ "browserName": "chrome", "platform": "WINDOWS" }, | ||
{ "browserName": "safari", "version": "9.1", "platform": "MAC" }, | ||
{ "browserName": "iPhone", "version": "9.1" } | ||
], | ||
|
||
"maxConcurrency": 5 | ||
}, | ||
|
||
"local": { | ||
"extends": [ "coverage", "remoteCapabilities" ], | ||
|
||
"tunnel": "selenium", | ||
"tunnelOptions": { | ||
"hostname": "localhost", | ||
"port": 4444 | ||
}, | ||
|
||
"environments+": [ | ||
{ "browserName": "chrome" } | ||
] | ||
}, | ||
|
||
"saucelabs": { | ||
"extends": [ "coverage", "remoteCapabilities" ], | ||
|
||
"tunnel": "saucelabs", | ||
"tunnelOptions": {}, | ||
|
||
"defaultTimeout": 10000, | ||
"environments+": [ | ||
{ "browserName": "internet explorer", "version": [ "11.0" ], "platform": "Windows 7" }, | ||
{ "browserName": "firefox", "version": "43", "platform": "Windows 10" }, | ||
{ "browserName": "chrome", "platform": "Windows 10" }, | ||
{ "browserName": "chrome", "platform": "Windows 10" }, | ||
{ "browserName": "safari", "version": "9.0", "platform": "OS X 10.11" }, | ||
{ "browserName": "iphone", "version": "9.3" } | ||
], | ||
"maxConcurrency": 4 | ||
} | ||
} | ||
} |
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
Oops, something went wrong.