dotronglong / faker

A fake api server built in Java
38 stars 6 forks source link

How can I use multiple file nesting levels? #39

Closed yarkovaleksei closed 1 year ago

yarkovaleksei commented 1 year ago
./app/mocks
└── cards
    └── Employees
        └── Menu.json
    └── Tests
        └── Parent.json
        └── Child.json
dotronglong commented 1 year ago

Hi @yarkovaleksei , I don’t think this option is available at this moment, however, why don’t you place only files instead, for example, card_Employees_Menu.json

yarkovaleksei commented 1 year ago

@dotronglong I add PR for this issue - https://github.com/dotronglong/faker/pull/41