masquerade
masquerade copied to clipboard
Faker-driven, configuration-based, platform-agnostic, locale-compatible data faker tool
See https://github.com/elgentos/masquerade/pull/66#issuecomment-787909735
So we can make of all the goodies in there, like self-update.
When updating a row in a table, and setting the firstname, lastname and email address, all three are completely random. This means the email address does not 'match' the name,...
When trying to skip a configuration file without tables as stated in the docuemention https://github.com/elgentos/masquerade#customization. A warning is triggered ``` PHP Warning: Invalid argument supplied for foreach() in masquerade.phar/src/Elgentos/Masquerade/Console/RunCommand.php on...
Prerequisites: - PHP 8.1 - Magento 2.4 1. case (without --group). Actual result (it necessarily wants the --group parameter, which means it doesn't recognize the default "all"): ``` $ php...
Prerequisites: - PHP 8.1 - Magento 2.4 Prerequisites of config 1): ``` admin #without ":" at the end admin_user: columns: lastname: ``` Actual (good) result of 1): ``` $ php...
Prerequisites: - PHP 8.1 - Magento 2.4 - e.g. config/magento2/admin.yaml with `admin:` only (the indicated group is only an example) Actual result: ``` $ php masquerade.phar run --group admin [Foreign...
I have a DB with several tables, one of them has the description seen on the screenshot. If I run the tool with the config below, I get an error...
First at all, thanks for this wonderful project. I am having an issue with a primary key having the zero value (It's an existing database, don't ask me how it...