maestro icon indicating copy to clipboard operation
maestro copied to clipboard

Introducing the DataFaker library along with new features

Open Matheeusb opened this issue 4 months ago • 4 comments

Proposed changes

The purpose of this PR is to add the DataFaker library, which provides various resources for random data (https://www.datafaker.net).

Three new random data resources have been added: inputRandomCityName, inputRandomCountryName, and inputRandomColorName. Additionally, a refactor was done on the existing resources, replacing the InputRandomTextHelper class with the DataFaker implementation.

copilot:summary

Testing

Unit tests were added for the Commands class, validating that the methods are returning random texts.

Matheeusb avatar Oct 26 '24 02:10 Matheeusb