What is the problem this feature will solve?
Programmatic configuration of environment variables for test runner.
What is the feature you are proposing to solve the problem?
Add a env option similar to that in spawn or exec
What alternatives have you considered?
My current work around is to just set env variables directly before calling run().
What is the problem this feature will solve?
Programmatic configuration of environment variables for test runner.
What is the feature you are proposing to solve the problem?
Add a
envoption similar to that inspawnorexecWhat alternatives have you considered?
My current work around is to just set env variables directly before calling
run().