bruno
bruno copied to clipboard
fix: environment display in HTML report
- Extract the environment name from
envVars.__name__in the run command and pass it to the HTML reporter - Updated
makeHtmlOutputto accept and use the environment parameter - Removed the fallback
runnerResults[0].environmentcheck as the environment is never stored in therunnerResultsstructure, so the fallback would always returnundefined