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

how to capture text response #872

Open
anwarmd opened this issue Aug 19, 2020 · 2 comments
Open

how to capture text response #872

anwarmd opened this issue Aug 19, 2020 · 2 comments

Comments

@anwarmd
Copy link

anwarmd commented Aug 19, 2020

  • get:
    url: "/"
    capture:
    json: "$.id"
    as: "id"

if response is just a test like "OK" not json, then how to capture "OK" ?

@assuom7827
Copy link

assuom7827 commented Sep 27, 2020

Hi.
I recommended read this Post.

#650 (comment)

@rdietenmeier
Copy link

try this worked for me

capture:

  • regexp: "[^\n]+"
    as: "jwt"

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

3 participants