...
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 Ecoscore becomes more visible in the report
Change thresholds to display alerts on evolution . (use percentage instead of absolute value)
Evolution graph 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 thisCode Block testrunner testdslcommand -c “browserReset”
...