Ecosyste.ms: Awesome
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: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/punktde/codeception-cli
- Owner: punktDe
- License: gpl-3.0
- Created: 2019-07-31T11:52:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-30T14:49:56.000Z (over 1 year ago)
- Last Synced: 2024-11-14T21:42:14.297Z (3 months ago)
- Topics: codeception
- Language: PHP
- Size: 14.6 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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
```