I know this sounds trivial but…
I’ve lost count the amount of times I’ve had a typo in the word “environment”.
Ideally, can pm.env.set("varName", value)
be used as a shorthand way of writing pm.environment.set("varName", value)
?
This is just to simply improve the speed of writing tests by a couple of seconds