Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Автогенерация данных в запросах и ответах моков #138

Open
keyclaim opened this issue Apr 20, 2022 · 0 comments

Comments

@keyclaim
Copy link
Contributor

keyclaim commented Apr 20, 2022

Разработать и реализовать нотации по аналогии с переменными, по которым будут возможность автоматически сгенерировать значение по выбранному шаблону и далее использовать его для запроса или ответа мока.
Предположительно это должен быть набор шаблонов, соответствующий набору методов выбранной библиотеке faker.

Например если у https://github.com/brianvoe/gofakeit есть метод Number(min int, max int)
То мы можем добавить для него нотацию вида

    {
      "jsonrpc": "2.0",
      "id": "{{ $fakeNumber(1,10) }}",
     }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants