aboutsummaryrefslogtreecommitdiffstats
path: root/example/personalLog/scenario/runner.html
diff options
context:
space:
mode:
authorIgor Minar2010-10-23 21:40:27 -0700
committerIgor Minar2010-10-26 21:58:00 -0700
commit01c52e92b120eea498e0352a42a489d55e7d9979 (patch)
tree07e5e7d83e783a62e5333f1c22415dd3ac397900 /example/personalLog/scenario/runner.html
parent943377a091bd7521d33e680dcd2141f7f9fa10c4 (diff)
downloadangular.js-01c52e92b120eea498e0352a42a489d55e7d9979.tar.bz2
Adding e2e tests for the PersonalLog app
- added scenario runner - added scenario specs - cookie cleaning DSL - making rmLog independent on ordering in the view
Diffstat (limited to 'example/personalLog/scenario/runner.html')
-rw-r--r--example/personalLog/scenario/runner.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/example/personalLog/scenario/runner.html b/example/personalLog/scenario/runner.html
new file mode 100644
index 00000000..7129c228
--- /dev/null
+++ b/example/personalLog/scenario/runner.html
@@ -0,0 +1,10 @@
+<!doctype html">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+ <head>
+ <title>Personal Log Scenario Runner</title>
+ <script type="text/javascript" src="../../../src/scenario/angular-bootstrap.js"></script>
+ <script type="text/javascript" src="personalLogScenario.js"></script>
+ </head>
+ <body>
+ </body>
+</html>