update debian package list
[mkws-moved-to-github.git] / examples / htdocs / jasmine-popup.html
index f029be8..20b2718 100644 (file)
   <body>
     <script type="text/javascript">
 
-    // using a local service proxy !!!
+    // use a our main service proxy with mkws test account
     var mkws_config = {
-      perpage_default: 10
+      perpage_default: 10,
+      pazpar2_url:          "//mkws.indexdata.com/service-proxy/",
+      service_proxy_auth:   "//mkws.indexdata.com/service-proxy-testauth"
     };
 
     var jasmine_config = {
       search_query: "netbsd",
       expected_hits: 10,
-      // active_clients: 17,
+      active_clients: 13,
       check_motd: false,
       show_record_url: true
     };
     });
     </script>
 
-    <pre>
-An embryonic MasterKey Widget Set
-=================================
-
-This directory contains an embryonic MasterKey Widget Set, based
-initially on "jsdemo" though now far removed from those beginnnings.
-[...]
-    </pre>
+<h2>MKWS Jasmine regression tests</h2>
+<p/>
 
   </body>
 </html>