v0.15.0 #59
Julien-cpsn
started this conversation in
Release feedback
v0.15.0
#59
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
❗IMPORTANT❗
Added
{ ...request... "scripts": { "pre_request_script": null, "post_request_script": null }, }The console tab will display every
console.logand errors used within the scriptsYou can manipulate the
requestvariable, it litterally represents the data that ATAC usesname,url,method,params,headers,body,authandsettingsYou can also manipulate the
envvariable, to get and set your environment variables. They then will be saved into your environment file.env.get('KEY')andenv.set('KEY', data)A

pretty_print(...)method is implemented by default. It will stringify your data to JSON and then print it.Image responses can now be visualized directly from ATAC! 👀
atac.tomlby settingdisable_images_preview = trueImproved
Fixed
This discussion was created from the release v0.15.0.
All reactions