You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think supporting jerry-curl would be great for gauntlt. The key is thinking how you separate work with jerry-curl per project. Something like this
Given I have jerry-curl installed
And I have the following jerry-curl config:
"""
BASE=http://example.com
-include
-H Accept: application/json
"""
When I send a POST with jerry-curl to /v2/auth/login
Then I should get:
...
We might want to make this more generic for the When statement. Could be something like this:
Given I have the following profile:
| name | value |
| curl-options | something |
| url_path | /v2/login |
When I run jerry-curl...
@karthequian and @mtesauro what do yall think? This could be cool. Once you have a jerry curl attack or setup that is rigged for an API, you could easily move around and gauntlitze it...
The text was updated successfully, but these errors were encountered:
I think supporting jerry-curl would be great for gauntlt. The key is thinking how you separate work with jerry-curl per project. Something like this
We might want to make this more generic for the When statement. Could be something like this:
@karthequian and @mtesauro what do yall think? This could be cool. Once you have a jerry curl attack or setup that is rigged for an API, you could easily move around and gauntlitze it...
The text was updated successfully, but these errors were encountered: