Skip to content

Commit

Permalink
adding support to test video destinations
Browse files Browse the repository at this point in the history
  • Loading branch information
dhawal-rudder authored and sayan-rudder committed Feb 17, 2020
1 parent dd82c98 commit 4cd09c0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tests/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
"1WTGuWl5FkIZF5DSOGfwBfWspBC",
"http://localhost:8080"
);
rudderanalytics.track();
// rudderanalytics.page(); //Turn this on if Chartbeat is a destination
</script>

<script src="./browser.js"></script>
Expand Down Expand Up @@ -54,5 +56,17 @@
</head>
<body>
<h1>Relax while I finish my testing process....</h1>
<video
controls=""
autoplay
name="media"
title="Video Title"
poster="test_poster.jpg"
>
<source
src="http://www.html5rocks.com/en/tutorials/video/basics/devstories.mp4"
type="video/mp4;"
/>
</video>
</body>
</html>
Binary file added tests/html/test_poster.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4cd09c0

Please sign in to comment.