{"id":15519248,"url":"https://github.com/luc45/codeception-dumper","last_synced_at":"2026-01-30T17:31:06.592Z","repository":{"id":86310879,"uuid":"243859242","full_name":"Luc45/codeception-dumper","owner":"Luc45","description":null,"archived":false,"fork":false,"pushed_at":"2020-03-01T17:22:42.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-24T07:41:10.007Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Luc45.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-02-28T21:40:19.000Z","updated_at":"2020-03-01T17:22:44.000Z","dependencies_parsed_at":"2023-03-04T02:00:33.108Z","dependency_job_id":null,"html_url":"https://github.com/Luc45/codeception-dumper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Luc45/codeception-dumper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luc45%2Fcodeception-dumper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luc45%2Fcodeception-dumper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luc45%2Fcodeception-dumper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luc45%2Fcodeception-dumper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Luc45","download_url":"https://codeload.github.com/Luc45/codeception-dumper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luc45%2Fcodeception-dumper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28916073,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T16:37:38.804Z","status":"ssl_error","status_checked_at":"2026-01-30T16:37:37.878Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2024-10-02T10:20:45.083Z","updated_at":"2026-01-30T17:31:06.573Z","avatar_url":"https://github.com/Luc45.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Codeception Dumper\n\n### Goals\n- Should allow to export a SQL database into a dump SQL file\n- Should be a Codeception command\n- Should read database credentials from Codeception `Db` module\n- Should support modules that extend `Db\n- Should write to the dump file specified in the `dump` parameter\n- Should generate a dump for a given suite that has the `Db` module. See examples below.\n- Should be extensible to provide methods that make it easier to export from specific frameworks\n- The first extension will be for WordPress databases\n- Adds an optional \"dump_rules\" parameter to the `Db` module, which receives a string as parameter, that must match a file in the `_support` folder. This file must be a class that extends `Codeception_Dumper_Rules`.\n\n### Codeception_Dumper_Rules\n- This is where a developer would specify rules for the creation of his dump, like clearing data that he don't need\n- This is also where the usage of framework-specific dump extensions such as the \"WordPress Dump Extension\" is possible\n\n### WordPress Dump Extension\n- Possibly a decorator or similar that extends a main class\n- Adds helper methods such as: (WIP)\n\n### Scenarios\n- I'm developing a plugin. The database settings and even structure might change often. I want to be able to quickly generate updated dumps for my tests.\n- I'm developing a website. (WIP)\n\n### Examples\nCommand: `codecept dump acceptance`\n\nParses the `Codeception_Dump_Rules`, if one is specified, which might use an extension such as the `WordPress Dump Extension` to help create dump rules.\n\nProceed to generate the dump as defined. If no Dump Rules are provided, just make a copy of the database as a dump file.\n\n### Nice to haves\n- Minimize third party dependencies\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluc45%2Fcodeception-dumper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluc45%2Fcodeception-dumper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluc45%2Fcodeception-dumper/lists"}