When automating BDD, ignoring environment specific variables such as URLs, Username, Passwords, Host Names etc..., will prevent you from running BDD in different user machines and environments. Even if you have a small team, ignoring this at the start of the project, will prevent you from scaling.
This video shows:
Why configuring environment specific variables are important
Where you should use them
How to create them in NoCodeBDD in minutes and without code