Skip to content
This repository was archived by the owner on Jul 6, 2019. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update runner.html
Out of the box solves problem with:
To run e2e tests you can also point your browser to: http://localhost:8000/test/e2e/runner.html
  • Loading branch information
tango42 committed Jul 31, 2014
commit d1a30e767ed879a23ba0cdf7d09e6b0a0cf37bc9
2 changes: 1 addition & 1 deletion test/e2e/runner.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>End2end Test Runner</title>
<meta charset="utf-8">
<script src="../../bower_components/angular-scenario/angular-scenario.js" ng-autotest></script>
<script src="../../app/bower_components/angular-scenario/angular-scenario.js" ng-autotest></script>
<script src="scenario.js"></script>
</head>
<body></body>
Expand Down