An open API service indexing awesome lists of open source software.

https://github.com/punktde/codeception-cli


https://github.com/punktde/codeception-cli

codeception

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# punktde/codeception-cli

## Gherkin Steps for the Codeception CLI module

### How to use

Just add the trait `PunktDe\Codeception\Cli\ActorTraits\Cli` to your testing actor. Then you can use `*.feature` files to write your gherkin tests with the new steps.

#### Example actor

```