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

Gatling script generator #48

Open
geraldpereira opened this issue Feb 7, 2020 · 3 comments
Open

Gatling script generator #48

geraldpereira opened this issue Feb 7, 2020 · 3 comments
Assignees
Labels

Comments

@geraldpereira
Copy link
Contributor

UI like Postman / Insomnia.
It generates a scala script (Simulation) that Gatling can run.
Data stored in a yaml file.

@geraldpereira geraldpereira self-assigned this Feb 7, 2020
@geraldpereira
Copy link
Contributor Author

geraldpereira commented Mar 19, 2020

Available requests are described using existing API descriptors:

  • openapi .yml format
  • postman collection
  • etc

Another .yaml file only describes the chain of requests executions.

A backend / A runtime task parses the two files and generates a Gatling simulation script.

A UI can be bone to easily edit this file in a second time.

@geraldpereira
Copy link
Contributor Author

#51

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant