github rangav/thunder-client-support v2.6.0

latest releases: v2.15.0, v2.14.1, v2.14.0...
18 months ago

New Features

  • CLI - Adding proxy support #1089
  • Ability to run Pre Filters before Pre Requests #1018
  • Option in the pre-requests to clear the cookies before execution #1091
  • Expose responses from auth request failures #1085, #1074
  • Add possibility to configure "Origin" header for OAuth2 token generator #1084

Bug Fixes

  • Test json[0].someProperty equals undefined #1077
  • Tests not working (failing) if response in not displayable (bigger than 2MB) #1065
  • Stop on fail for pre-requests #1095

CLI

  • Update CLI to v1.2.0

Clear Cookies in Pre Run

Screenshot 2023-04-03 at 18 45 08

Clear Cookies in Custom Script

async function testFilter(){
 await tc.clearCookies();
}

Origin Header in OAuth2

Screenshot 2023-04-03 at 18 48 16

Proxy support in CLI

You need to set in workspace -> .vscode -> settings.json for cli to use proxy.

Screenshot 2023-03-30 at 09 59 32

Screenshot 2023-03-30 at 09 59 48

Don't miss a new thunder-client-support release

NewReleases is sending notifications on new releases.