-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from SvenskaSpel/add-variable-correlation
Add basic variable correlation feature (only works with json atm)
- Loading branch information
Showing
7 changed files
with
182 additions
and
266 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# syntax: url for which request to get the data from, regex (with single capture group) to get data from the response, variable name to store the data in, and replace json values in requests | ||
# this example is a little awkward in that we're using the "token" from a response and putting it in the "job" field in the next request, but I had to make do with what reqres.in offers. | ||
/api/register,"token":"([^"]*)",job |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.