aboutsummaryrefslogtreecommitdiffstats
path: root/docs/docs-scenario.js
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docs-scenario.js')
-rw-r--r--docs/docs-scenario.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/docs-scenario.js b/docs/docs-scenario.js
new file mode 100644
index 00000000..f0c6edb9
--- /dev/null
+++ b/docs/docs-scenario.js
@@ -0,0 +1,9 @@
+{{#all}}
+describe('{{name}}', function(){
+ beforeEach(function(){
+ navigateTo('index.html#{{name}}');
+ });
+ // {{raw.file}}:{{raw.line}}
+{{{scenario}}}
+});
+{{/all}} \ No newline at end of file