From 01c52e92b120eea498e0352a42a489d55e7d9979 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Sat, 23 Oct 2010 21:40:27 -0700 Subject: Adding e2e tests for the PersonalLog app - added scenario runner - added scenario specs - cookie cleaning DSL - making rmLog independent on ordering in the view --- example/personalLog/personalLog.html | 8 +- example/personalLog/personalLog.js | 6 +- .../personalLog/scenario/personalLogScenario.js | 98 ++++++++++++++++++++++ example/personalLog/scenario/runner.html | 10 +++ example/personalLog/test/personalLogSpec.js | 12 +-- 5 files changed, 122 insertions(+), 12 deletions(-) create mode 100644 example/personalLog/scenario/personalLogScenario.js create mode 100644 example/personalLog/scenario/runner.html (limited to 'example') diff --git a/example/personalLog/personalLog.html b/example/personalLog/personalLog.html index 64a6115d..6915b9a0 100644 --- a/example/personalLog/personalLog.html +++ b/example/personalLog/personalLog.html @@ -6,8 +6,10 @@ - -
+ + +