In this release, Greenspector focuses on command line tool to generate report from measurement campaign data. You need to update the Dashboard campaign CLI.
New features
Dashboard campaign CLI :
New thresholds to calculate notation for each measurement steps. Use option
version: 2.0
in the definition file. Backward compatibility exists by the use of optionversion: 1.0
.Can define critical steps in definition file. These steps will have more weight in the calculation of the Ecoscore (only in use with
version: 2.0
). Scoring can be displayed by group ‘critical steps’ or normal ‘steps’Critical steps are displayed in bold on bar charts
Scoring can consider "web" or "application" context to use different thresholds for "network data" metrics
Add environmental footprint assessment displaying eq CO2, water consumption, land use metrics on the report
Improvements
Dashboard campaign CLI :
The global Ecoscore becomes more visible in the report
Change thresholds to display alerts on evolution (use percentage instead of absolute value)
Evolution chart start at 0
Reference step is displayed in gray on all charts
GDSL : When testing web with Chrome, you do not have to set the browser anymore (
setBrowser,chrome
). Chrome is now the default browser. So you can now use testrunner to test unit command for web like thistestrunner testdslcommand -c “browserReset”
Fixed bugs
Dashboard campaign CLI : Fixes calculation error. Each step can now have 5/5 points
Test Runner : Fixes regression when using extras parameters when launching test on iOS