{"id":21163445,"url":"https://github.com/punktde/codeception-cli","last_synced_at":"2025-03-14T16:27:35.352Z","repository":{"id":57045794,"uuid":"199846433","full_name":"punktDe/codeception-cli","owner":"punktDe","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-30T14:49:56.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-01-21T09:48:46.871Z","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-31T11:52:54.000Z","updated_at":"2023-08-30T14:48:24.000Z","dependencies_parsed_at":"2024-11-14T21:41:22.368Z","dependency_job_id":"b14fd09b-ec84-470e-a21e-1bd2ef963fa9","html_url":"https://github.com/punktDe/codeception-cli","commit_stats":{"total_commits":4,"total_committers":3,"mean_commits":"1.3333333333333333","dds":0.5,"last_synced_commit":"ce52e736f49d338ce4c2e3f06b5274aa8447b0c8"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/punktDe%2Fcodeception-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/punktDe%2Fcodeception-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/punktDe%2Fcodeception-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/punktDe%2Fcodeception-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/punktDe","download_url":"https://codeload.github.com/punktDe/codeception-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243609185,"owners_count":20318748,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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:46:53.869Z","updated_at":"2025-03-14T16:27:34.944Z","avatar_url":"https://github.com/punktDe.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# punktde/codeception-cli\n\n## Gherkin Steps for the Codeception CLI module\n\n### How to use\n\nJust 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.\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\\Cli\\ActorTraits\\Cli; // use the cli 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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpunktde%2Fcodeception-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpunktde%2Fcodeception-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpunktde%2Fcodeception-cli/lists"}