Cypress - Typescript - How can i make my fixture variables global?
问题 Fairly new to Cypress/Typescript etc, i want to grab a value from my fixture and make it usable for the 'perform search and verify returned header is correct' test. However i cant seem to access the variable from within my test, any help appreciated: Here's the values in my fixture: { "manufacturer": "Dyson", "product": "9kJ Hand Dryer" } Here's my code that creates an alias from the fixture and attempts to access the variable, but im getting the following error: Cannot find name 'manuTerm'