PHPackages                             punktde/codeception-filesystem - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. punktde/codeception-filesystem

ActiveLibrary[Testing &amp; Quality](/categories/testing)

punktde/codeception-filesystem
==============================

This package provides a module and gherkin step definitions for codeception testing

4.0.0(1y ago)020.4k↓40.6%GPL-3.0-or-laterPHP

Since Jul 31Pushed 1y ago5 watchersCompare

[ Source](https://github.com/punktDe/codeception-filesystem)[ Packagist](https://packagist.org/packages/punktde/codeception-filesystem)[ RSS](/packages/punktde-codeception-filesystem/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (2)Versions (10)Used By (0)

punktde/codeception-filesystem
==============================

[](#punktdecodeception-filesystem)

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

[](#gherkin-steps-and-additional-module-functions-for-the-codeception-filesystem-module)

### How to use

[](#how-to-use)

#### Extended module

[](#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

[](#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

[](#example-actor)

```
