Revision 817268b9622994289a8dbb328b8e58cbffec0e7b authored by Thomas Guillet on 10 June 2020, 07:49:55 UTC, committed by GitHub on 10 June 2020, 07:49:55 UTC
1 parent 381a4ca
Raw File
runner.html
<!doctype html>
<html lang="en">
  <head>
    <title>End2end Test Runner</title>
    <script src="vendor/angular-scenario.js" ng-autotest></script>
    <script src="scenarios.js"></script>
  </head>
  <body>
  </body>
</html>
back to top