DummyDataGen is a robust and user-friendly NuGet package designed to simplify the creation of dummy content for testing in Umbraco CMS. Tailored for developers and quality analysts, DummyDataGen enhances testing workflows by enabling the generation of multiple nodes with a single click.
To install DummyDataGen , run the following command in the NuGet Package Manager Console:
Install-Packag DummyDataGen
Alternatively, you can install DummyGen using the .NET CLI:
dotnet add package DummyDataGen
After installing the package, you can start using DummyDataGen in your Umbraco CMS project to generate dummy content for testing purposes.
- Open the Umbraco backoffice as the admin user.
- Navigate to the "Content" section.
- Right Click on the "Content" section in the toolbar.
- click on the "Create Dummy Node"
- Configure the number of nodes and content properties.
- Click "Generate" to create the dummy content.
We welcome contributions to enhance DummyDataGen! If you have any suggestions, bug reports, or feature requests, please create an issue or submit a pull request on GitHub.
Please make sure to update tests as appropriate.