MarketSquare / robotframework-faker

Robot Framework keyword library wrapper for faker
MIT License
65 stars 21 forks source link

No function "Library FakerLibrary locale=pt-br" #80

Open WilliamMega opened 1 year ago

WilliamMega commented 1 year ago

Library FakerLibrary locale=pt-br

adelpoio commented 9 months ago

Try the following below, it may be a solution:

-First open the vscode and press "Ctrl" + "," It should appear a search bar, you should search for robot.pythonpath and click in "Edit in settings.json". image

Open the Json setting file, you should see something like below: image

Change the directory marked for your path to the python library, don't forget to use two "\" instead of just one. You can find the path to the library using the code below: pip show robotframework-faker

The response to the command above should be just like below: image

Copy the path from your python library and remmember to add \ to every directory and add the final path to ''robot.pythonpat'': [ ] on the Json file.

Dor-bl commented 8 months ago

@WilliamMega, Shouldn't it be with _? locale=pt_BR