I see a weird behavior in cypress working with environment variable. In one Cypress command I added a variable using Cypress.env(‘custID’,’123’) on the same command if log Cypress.env(‘custID’) I see correct value ‘123’. But On another Cypress command I tried to get value of using Cypress.env(‘custID’) it returns BLANK. Fun part is when I am logging Cypress.env() in the same command I could see the key and value in json object.