update node CI script to work with SauceLabs

This commit is contained in:
Gregg Van Hove
2019-03-25 17:54:40 -07:00
parent 828d14f48e
commit 994d11d4f3
4 changed files with 177 additions and 120 deletions
+12
View File
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>Jasmine suite</title>
<link rel="shortcut icon" href="images/jasmine_favicon.png" type="image/png" />
<link rel="stylesheet" href="lib/jasmine-core/jasmine.css" type="text/css" media="screen" />
<% files.forEach(function(file) { %>
<script src="<%= file %>" type="text/javascript"></script>
<% }) %>
<body>
</body>
</html>