We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
UI like Postman / Insomnia. It generates a scala script (Simulation) that Gatling can run. Data stored in a yaml file.
scala
The text was updated successfully, but these errors were encountered:
Available requests are described using existing API descriptors:
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.
Sorry, something went wrong.
#51
https://k6.io/blog/load-testing-your-api-with-swagger-openapi-and-k6 https://github.com/OpenAPITools/openapi-generator
geraldpereira
No branches or pull requests
UI like Postman / Insomnia.
It generates a
scala
script (Simulation) that Gatling can run.Data stored in a yaml file.
The text was updated successfully, but these errors were encountered: