Case¶
A suite is a singular test case to be run.
name¶
| required | false |
| type | string |
| default | “” |
The name of the case. This will be output for reference of the current test being run.
Example¶
name: "Hello World Test"
location: "http://www.google.com.au"
browser: "phantomjs"
location¶
| required | true |
| type | string |
| default | “” |
The url location to initially load for the page.
Example¶
name: "Hello World Test"
location: "http://www.google.com.au"
browser: "phantomjs"