Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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 option version: 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’

      Image Added

      Critical steps are displayed in bold on bar charts

      Image Added
    • 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

      Image Added

Improvements

  • Dashboard campaign CLI :

    • The global ecoscore Ecoscore becomes more visible in the report

      Image Added
    • 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 this

    Code Block
    testrunner testdslcommand -c “browserReset”

...