{"id":21163505,"url":"https://github.com/punktde/codeception-filesystem","last_synced_at":"2026-01-19T04:01:16.496Z","repository":{"id":57045793,"uuid":"199847825","full_name":"punktDe/codeception-filesystem","owner":"punktDe","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-18T12:45:00.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-10-25T09:42:54.843Z","etag":null,"topics":["codeception"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/punktDe.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-31T12:02:31.000Z","updated_at":"2025-03-18T12:44:13.000Z","dependencies_parsed_at":"2024-04-23T16:52:06.825Z","dependency_job_id":"25fde560-356d-4c03-ae94-24bc4788ae68","html_url":"https://github.com/punktDe/codeception-filesystem","commit_stats":{"total_commits":5,"total_committers":3,"mean_commits":"1.6666666666666667","dds":0.6,"last_synced_commit":"191da2ef4900a3171d0746a66bf7db2af4bd0110"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/punktDe/codeception-filesystem","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/punktDe%2Fcodeception-filesystem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/punktDe%2Fcodeception-filesystem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/punktDe%2Fcodeception-filesystem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/punktDe%2Fcodeception-filesystem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/punktDe","download_url":"https://codeload.github.com/punktDe/codeception-filesystem/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/punktDe%2Fcodeception-filesystem/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28561602,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T03:31:16.861Z","status":"ssl_error","status_checked_at":"2026-01-19T03:31:15.069Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["codeception"],"created_at":"2024-11-20T13:48:07.960Z","updated_at":"2026-01-19T04:01:16.480Z","avatar_url":"https://github.com/punktDe.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# punktde/codeception-filesystem\n\n## Gherkin Steps and additional module functions for the Codeception Filesystem module\n\n### How to use\n\n#### Extended module\n\nUse the module `PunktDe\\Codeception\\Filesystem\\Module\\Filesystem` instead of the default codeception module `filesystem` in your `codeception.yaml`:\n\n```\nmodules:\n   enabled:\n      - PunktDe\\Codeception\\Filesystem\\Module\\Filesystem\n```\n\n\n#### Gherkin steps\n\nJust 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.\n\n##### Example actor \n\n```\n\u003c?php\n\n/*\n *  (c) 2018 punkt.de GmbH - Karlsruhe, Germany - http://punkt.de\n *  All rights reserved.\n */\n\n/**\n * Inherited Methods\n * @method void wantToTest($text)\n * @method void wantTo($text)\n * @method void execute($callable)\n * @method void expectTo($prediction)\n * @method void expect($prediction)\n * @method void amGoingTo($argumentation)\n * @method void am($role)\n * @method void lookForwardTo($achieveValue)\n * @method void comment($description)\n * @method \\Codeception\\Lib\\Friend haveFriend($name, $actorClass = NULL)\n *\n * @SuppressWarnings(PHPMD)\n*/\nclass AcceptanceTester extends \\Codeception\\Actor\n{\n    use _generated\\AcceptanceTesterActions;\n    use \\PunktDe\\Codeception\\Filesystem\\ActorTraits\\Filesystem; // use the filesystem steps trait\n}\n``` \n\n##### Which steps are there? \n\nTo get all the steps available you can just run the following command:\n\n```\nvendor/bin/codecept -c path/to/codeception.yaml gherkin:steps suiteName\n```\n\nThis will give you a table of all the steps available.\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpunktde%2Fcodeception-filesystem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpunktde%2Fcodeception-filesystem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpunktde%2Fcodeception-filesystem/lists"}