vscode-dotnet-test-explorer
vscode-dotnet-test-explorer copied to clipboard
Allow a .env file to be loaded
Often times during testing our team makes use of environment variables for things like connection strings to testing databases. If these environment variables could be loaded in the context of when the tests are run it would allow us to tighten our inner development cycle and interact with our test suite much more efficiently
Looking for this as well ... @abvaden do you have a temp. workaround to use environment variables (before this PR is in)?