How can I specify environment variable in PyCharm for all runs. Can I do it without extension from this answer Set the same environment variables for all configurations in PyCharm
I know that I can set environment variables for one test when I want to run anoter test with environmet variable I have to set env variable again)
Open the Run Configuration --> Edit Configurations --> Environment Variables --> Set variable
How can I set environment variable in PyCharm one time for all tests (use one run configuration for all tests)?