Updateded codeception
parent
c489a217a3
commit
a6959df159
1 changed files with 8 additions and 1 deletions
|
|
@ -2,4 +2,11 @@ A simple plugin that allows you to run [Codeception](http://codeception.com/) te
|
|||
|
||||
### Configuration Options:
|
||||
|
||||
* **config** - Required - Can be either a single string pointing to a Codeception configuration file, or an array of configuration file paths.
|
||||
* **config** - Required - Can be either a single string pointing to a Codeception configuration file, or an array of configuration file paths.
|
||||
|
||||
###Example on running codeception with default settings (when tests are in tests/ directory):
|
||||
|
||||
```
|
||||
codeception:
|
||||
config: "."
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue