pm.response.codeCódigo HTTP
pm.response.json()Body como objeto JS
.to.equal(v)Igualdad estricta
.to.be.a('string')Verifica tipo
.to.have.property(k)Objeto tiene la clave
.to.be.an('array')Es arreglo
.to.be.above(n)Mayor a n
.to.be.emptyLongitud cero
.to.include(s)String contiene s
pm.environment.set(k,v)Guarda variable