Use Shared Variables with Cypress in Typescript
This week I started adding Cypress testing to my blog (with some surprises too!). I insisted to use typescript with Cypress and my code looks now like this: This is fine and it works. Thing is that I have the text 'Laur IVAN|PRO" defined in another file and the site is getting it from that file…