CyberGRX / questions-three

Toolkit for developing and executing system-level tests
MIT License
5 stars 2 forks source link

Custom reporters do not use the same configuration scheme as built-ins #15

Open ToddBradley opened 4 years ago

ToddBradley commented 4 years ago

A previous change in questions-three allowed us to use an environment variable to specify which reporters become subscribers in the event pump. This change did not affect custom reporters, so we continue to load all which get enumerated in the file containing custom reporter class names. Instead, we should use the environment variable to specify which get loaded.