-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update intern package * update browsers drivers * Migrate to theintern.io v4 * packge.json: update test-functional script * add new tests seekPeriod.js * functional tests: use yargs for command line options and default values detect os on local desktop * functional tests: remove unuseful scripts * functional test: fix seek test incase of short contents * functional tests: fix test playFromTime * functional tests: remove browser driver files * functional tests: update --os option choices * functional tests: correct readme
- Loading branch information
Showing
35 changed files
with
3,086 additions
and
2,527 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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.
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,4 @@ | ||
{ | ||
"local" : "http://localhost:3000/samples/functional-tests/index.html", | ||
"remote": "reference.dashif.org/dash.js/nightly/samples/functional-tests/index.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,61 @@ | ||
{ | ||
"windows" : { | ||
"chrome": { | ||
"browserName": "chrome", | ||
"platform": "WINDOWS", | ||
"os": "WINDOWS", | ||
"os_version": "10", | ||
"keySystems": { | ||
"com.widevine.alpha": true, | ||
"com.microsoft.playready": false, | ||
"org.w3.clearkey": true | ||
}, | ||
"goog:chromeOptions": { | ||
"w3c": false | ||
} | ||
}, | ||
"firefox": { | ||
"browserName": "firefox", | ||
"platform": "WINDOWS", | ||
"os": "WINDOWS", | ||
"os_version": "10", | ||
"keySystems": { | ||
"com.widevine.alpha": true, | ||
"com.microsoft.playready": false, | ||
"org.w3.clearkey": true | ||
} | ||
}, | ||
"edge": { | ||
"browserName": "MicrosoftEdge", | ||
"platform": "WINDOWS", | ||
"keySystems": { | ||
"com.widevine.alpha": false, | ||
"com.microsoft.playready": true, | ||
"org.w3.clearkey": true | ||
}, | ||
"ms:edgeOptions": { | ||
"w3c": false | ||
} | ||
} | ||
}, | ||
"mac": { | ||
"chrome": { | ||
"browserName": "chrome", | ||
"platform": "MAC", | ||
"keySystems": { | ||
"com.widevine.alpha": true, | ||
"com.microsoft.playready": false, | ||
"org.w3.clearkey": true | ||
} | ||
}, | ||
"firefox": { | ||
"browserName": "firefox", | ||
"platform": "MAC", | ||
"keySystems": { | ||
"com.widevine.alpha": true, | ||
"com.microsoft.playready": false, | ||
"org.w3.clearkey": true | ||
} | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.