You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The documentation of faker-usage is wrong.
To Reproduce
Steps to reproduce the behavior:
Execute the following script <import domains="faker"/> <generate type="data" count="5" consumer="ConsoleExporter"> <attribute name="name" generator="new DataFakerGenerator('name','fullName')" locale="en_US"/> <attribute name="HarryPotter" generator="new DataFakerGenerator('harryPotter','character')" locale="en"/> <attribute name="dinner" type="string" generator="new DataFakerGenerator('food','dish')" locale="de_CH"/> </generate>
Error class not found is displayed
Expected behavior
Generated data is logged to console.
Desktop:
OS: Windows 11
Java: OpenJDK 11
The text was updated successfully, but these errors were encountered:
Describe the bug
The documentation of faker-usage is wrong.
To Reproduce
Steps to reproduce the behavior:
Execute the following script
<import domains="faker"/> <generate type="data" count="5" consumer="ConsoleExporter"> <attribute name="name" generator="new DataFakerGenerator('name','fullName')" locale="en_US"/> <attribute name="HarryPotter" generator="new DataFakerGenerator('harryPotter','character')" locale="en"/> <attribute name="dinner" type="string" generator="new DataFakerGenerator('food','dish')" locale="de_CH"/> </generate>
Error class not found is displayed
Expected behavior
Generated data is logged to console.
Desktop:
The text was updated successfully, but these errors were encountered: