Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

codeception

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# punktde/codeception-filesystem

## Gherkin Steps and additional module functions for the Codeception Filesystem module

### How to use

#### Extended module

Use the module `PunktDe\Codeception\Filesystem\Module\Filesystem` instead of the default codeception module `filesystem` in your `codeception.yaml`:

```
modules:
enabled:
- PunktDe\Codeception\Filesystem\Module\Filesystem
```

#### Gherkin steps

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

##### Example actor

```