forked from mozilla/popcorn-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tests.conf
53 lines (53 loc) · 2.63 KB
/
tests.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"core": {
"core": "test/core.html"
},
"modules": {
"ie8": "ie8/popcorn.ie8.unit.html",
"locale": "modules/locale/popcorn.locale.unit.html",
"parser": "modules/parser/popcorn.parser.unit.html",
"player": "modules/player/popcorn.player.unit.html",
"timeline-sources": "modules/timeline-sources/popcorn.timeline-sources.unit.html"
},
"parsers": {
"parserJSON": "parsers/parserJSON/popcorn.parserJSON.unit.html",
"parserSBV": "parsers/parserSBV/popcorn.parserSBV.unit.html",
"parserSRT": "parsers/parserSRT/popcorn.parserSRT.unit.html",
"parserSSA": "parsers/parserSSA/popcorn.parserSSA.unit.html",
"parserTTML": "parsers/parserTTML/popcorn.parserTTML.unit.html",
"parserTTXT": "parsers/parserTTXT/popcorn.parserTTXT.unit.html",
"parserVTT": "parsers/parserVTT/popcorn.parserVTT.unit.html",
"parserXML": "parsers/parserXML/popcorn.parserXML.unit.html"
},
"players": {
"soundcloud": "players/soundcloud/popcorn.soundcloud.unit.html",
"vimeo": "players/vimeo/popcorn.vimeo.unit.html",
"youtube": "players/youtube/popcorn.youtube.unit.html"
},
"plugins": {
"code": "plugins/code/popcorn.code.unit.html",
"documentcloud": "plugins/documentcloud/popcorn.documentcloud.unit.html",
"flickr": "plugins/flickr/popcorn.flickr.unit.html",
"footnote": "plugins/footnote/popcorn.footnote.unit.html",
"googlefeed": "plugins/googlefeed/popcorn.googlefeed.unit.html",
"googlemap": "plugins/googlemap/popcorn.googlemap.unit.html",
"image": "plugins/image/popcorn.image.unit.html",
"mustache": "plugins/mustache/popcorn.mustache.unit.html",
"openmap": "plugins/openmap/popcorn.openmap.unit.html",
"pause": "plugins/pause/popcorn.pause.unit.html",
"subtitle": "plugins/subtitle/popcorn.subtitle.unit.html",
"text": "plugins/text/popcorn.text.unit.html",
"timeline": "plugins/timeline/popcorn.timeline.unit.html",
"webpage": "plugins/webpage/popcorn.webpage.unit.html",
"wikipedia": "plugins/wikipedia/popcorn.wikipedia.unit.html",
"wordriver": "plugins/wordriver/popcorn.wordriver.unit.html"
},
"wrappers": {
"HTMLYouTubeVideoElement": "wrappers/youtube/popcorn.HTMLYouTubeVideoElement.unit.html",
"HTMLJWPlayerVideoElement": "wrappers/jwplayer/popcorn.HTMLJWPlayerVideoElement.unit.html",
"HTMLSoundCloudAudioElement": "wrappers/soundcloud/popcorn.HTMLSoundCloudAudioElement.unit.html",
"HTMLVimeoVideoElement": "wrappers/vimeo/popcorn.HTMLVimeoVideoElement.unit.html",
"HTMLNullVideoElement": "wrappers/null/popcorn.HTMLNullVideoElement.unit.html",
"HTMLVideoElement": "wrappers/html5/popcorn.HTMLVideoElement.unit.html"
}
}