diff --git a/tests.conf b/tests.conf new file mode 100644 index 00000000..49e78a94 --- /dev/null +++ b/tests.conf @@ -0,0 +1,55 @@ +{ + "core": { + "core": "test/index.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": { + "attribution": "plugins/attribution/popcorn.attribution.unit.html", + "code": "plugins/code/popcorn.code.unit.html", + "documentcloud": "plugins/documentcloud/popcorn.documentcloud.unit.html", + "facebook": "plugins/facebook/popcorn.facebook.unit.html", + "flickr": "plugins/flickr/popcorn.flickr.unit.html", + "footnote": "plugins/footnote/popcorn.footnote.unit.html", + "gml": "plugins/gml/popcorn.gml.unit.html", + "googlefeed": "plugins/googlefeed/popcorn.googlefeed.unit.html", + "googlemap": "plugins/googlemap/popcorn.googlemap.unit.html", + "image": "plugins/image/popcorn.image.unit.html", + "lastfm": "plugins/lastfm/popcorn.lastfm.unit.html", + "linkedin": "plugins/linkedin/popcorn.linkedin.unit.html", + "lowerthird": "plugins/lowerthird/popcorn.lowerthird.unit.html", + "mustache": "plugins/mustache/popcorn.mustache.unit.html", + "openmap": "plugins/openmap/popcorn.openmap.unit.html", + "pause": "plugins/pause/popcorn.pause.unit.html", + "processing": "plugins/processing/popcorn.processing.unit.html", + "rdio": "plugins/rdio/popcorn.rdio.unit.html", + "subtitle": "plugins/subtitle/popcorn.subtitle.unit.html", + "tagthisperson": "plugins/tagthisperson/popcorn.tagthisperson.unit.html", + "timeline": "plugins/timeline/popcorn.timeline.unit.html", + "tumblr": "plugins/tumblr/popcorn.tumblr.unit.html", + "twitter": "plugins/twitter/popcorn.twitter.unit.html", + "webpage": "plugins/webpage/popcorn.webpage.unit.html", + "wikipedia": "plugins/wikipedia/popcorn.wikipedia.unit.html", + "wordriver": "plugins/wordriver/popcorn.wordriver.unit.html" + } +}