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

make a gauntlt integration with jerry-curl #3

Open
wickett opened this issue Sep 18, 2013 · 0 comments
Open

make a gauntlt integration with jerry-curl #3

wickett opened this issue Sep 18, 2013 · 0 comments

Comments

@wickett
Copy link
Contributor

wickett commented Sep 18, 2013

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...

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

1 participant