morficus / cypress-dotenv

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

Dotenv option debug=false shows debug error #26

Open coding-frank opened 2 years ago

coding-frank commented 2 years ago

debug=false

I have comments in my env file #comment here...

Allthough set to false it throws these debug errors: [dotenv][DEBUG] did not match key and value when parsing line 5:

config = dotenvPlugin(
  config,
    {
    debug: false,
    path: path.join(__dirname, "../../.env.development"),
    },
    true
);