MarketSquare / robotframework-faker

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

Selectively add keywords from Faker python #87

Open emanlove opened 6 months ago

emanlove commented 6 months ago

Currently it appears all (public) methods are extracted from faker and piped in as keywords. Might consider bring n only those which are data providers. For the rest create keywords which translate the "robot framework world" in the the "faker world". An example of this is the Add Provider keyword which I don't think can be used as a keyword as is with the current "blind" faker method to keyword implementation.