morficus / cypress-dotenv

Cypress plugin that enables compatability with dotenv
53 stars 13 forks source link

Avoid an exception when dotenv was unable to parse any variables #2

Closed echernyavskiy closed 4 years ago

echernyavskiy commented 4 years ago

If, for instance, there isn't a .env file to load, dotenv might return null or undefined.