Javascript – Cypress, TypeError: Enviromental variable 'undefined' outside of spec in headless mode
Situation is: I have a bunch of cypress test spec that are depending on each other (the specification of tested project makes it impossibly to make them independent). In the first spec I'm creating an array of objects and making…