I send a post-request by Postman. I have received answers, which consists of post and get requests in Console:
Exmpl:
post-reguest https://domain/oauth2?response_type=token
get-request https: //domain/Result?response_type=token&&result=success#access_token=some_token
I'd like to get the value "some_token" from get-request and put it in variable of Environment in Test (Postman).
How can I do it?