-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsteps-header.js
More file actions
26 lines (24 loc) · 940 Bytes
/
steps-header.js
File metadata and controls
26 lines (24 loc) · 940 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/**
* @file
* Steps
*
* Provide step functions for functional testing.
* This file is created and modified automatically by the Gherkin compiler.
*
* Note, therefore, that most of this file might be changed automatically
* when you run the compiler again. This @file header will not be affected,
* but all of the function header comments are (re)generated automatically.
* Methods within the %MMODULE_steps object function are not indented -- do not change that!
* The last character in this file must be the object function's closing brace (}).
*
* Be assured that no functions will be deleted and the compiler will
* not alter code within a function unless you make it look like a function header.
*
* You may also add statements just below this header.
*/
function %MMODULE_steps() {
this.v = []; // miscellaneous data
/**
* Add additional setup for any or all features or tests
*/
this.extraSetup = function () {}