jetbrains intellij/webstorm, how to persist environment variables across all tests runners
I am using intellij and/or webstorm. I’m working on an app that have hundreds of tests (Jest). Theses tests need environment variable to run (stored in .env.test file). Every time I start a new test by clicking the little arrow in the file, I have to reconfigure all the environment variables by clicking “modify run configuration”. I can’t find a place where say “For this project, please use these env var”.