... | @@ -14,10 +14,10 @@ |
... | @@ -14,10 +14,10 @@ |
|
* Name it something like `Codeception` or `Codeception Unit` based on how you intend to configure the run.
|
|
* Name it something like `Codeception` or `Codeception Unit` based on how you intend to configure the run.
|
|
* In the **File:** field, provide a link to the codecept phar file. e.g. `/Users/mikemclin/Sites/kd-app/private/vendor/bin/codecept`.
|
|
* In the **File:** field, provide a link to the codecept phar file. e.g. `/Users/mikemclin/Sites/kd-app/private/vendor/bin/codecept`.
|
|
* In the **Arguments:** field, provide whatever commands you want codecept to run. Here are a few examples:
|
|
* In the **Arguments:** field, provide whatever commands you want codecept to run. Here are a few examples:
|
|
* `run`: Run all tests
|
|
* `run` - Run all tests
|
|
* `run unit` Run unit test suite
|
|
* `run unit` - Run unit test suite
|
|
* `run acceptance` Run acceptance test suite
|
|
* `run acceptance` - Run acceptance test suite
|
|
* `run path/to/specific/tests` Run tests only in this directory
|
|
* `run path/to/specific/tests` - Run tests only in this directory
|
|
* See Codeception: [Running Tests](http://codeception.com/docs/02-GettingStarted#Running-Tests) for more solutions
|
|
* See Codeception: [Running Tests](http://codeception.com/docs/02-GettingStarted#Running-Tests) for more solutions
|
|
* In the **Custom working directory:** field, provide your app's root directory. e.g. `/Users/mikemclin/Sites/kd-app`
|
|
* In the **Custom working directory:** field, provide your app's root directory. e.g. `/Users/mikemclin/Sites/kd-app`
|
|
|
|
|
... | | ... | |