morficus / cypress-dotenv

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

Environment variables should take precedence over those in .env files #18

Closed frankie-eric closed 3 years ago

frankie-eric commented 3 years ago

In dotenv environment variables take precedence and override the same in .env file. However cypress-dotenv isn't doing so.