ESpec.Configuration
Handles ESpec configuraions. @list contains all available keys in config.
Summary↑
| add(opts) | Accepts a keyword of options. Puts options into application environment. Allows only whitelisted options |
| all() | Returns all options |
| before(value, arg) | |
| configure(func) | Allows to set the config options.
See |
| file_opts(value, arg) | |
| finally(value, arg) | |
| finish_loading_time(value, arg) | |
| finish_specs_time(value, arg) | |
| focus(value, arg) | |
| format(value, arg) | |
| get(key) | Returns the value associated with key |
| hello(value, arg) | |
| order(value, arg) | |
| out(value, arg) | |
| out_file(value, arg) | |
| silent(value, arg) | |
| start_loading_time(value, arg) | |
| test(value, arg) | |
| trace(value, arg) |
Functions
Accepts a keyword of options. Puts options into application environment. Allows only whitelisted options.
Returns all options.
Allows to set the config options.
See ESpec.configure/1.
Returns the value associated with key.