Have a Java/Maven project with Cucumber which reads an environment variable using System.getenv("VARNAME")
Using the latest eclipse I installed the cucumber plugin but when trying to run a single feature file, I don't seem to be able to set the environment variable as the Environment tab is missing from the run/debug configurations (see the screenshot below).
I can think of multiple workarounds, but wanted to make sure first that I am not missing something obvious.