maestro
maestro copied to clipboard
Introducing the DataFaker library along with new features
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.