codeceptjs
Version:
Modern Era Acceptance Testing Framework for NodeJS
67 lines (35 loc) • 925 B
Markdown
<!-- Generated by documentation.js. Update this documentation by updating the source code. -->
## Container
Dependency Injection Container
### append
Append new services to container
#### Parameters
- `newContainer`
### clear
Clear container
#### Parameters
- `newHelpers` **any**
- `newSupport` **any**
- `newPlugins`
### create
Create container with all required helpers and support objects
#### Parameters
- `config` **any**
- `opts` **any**
### helpers
Get all helpers or get a helper by name
#### Parameters
- `name` **[string][1]?**
### mocha
Get Mocha instance
### plugins
Get all plugins
#### Parameters
- `name` **[string][1]?**
### support
Get all support objects or get support object by name
#### Parameters
- `name` **[string][1]?**
### translation
Get translation
[1]: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String