Versions Compared

Key

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

In this release, Greenspector focuses on the Command-command line tool to generate a report from data from a measurement campaignmeasurement campaign data. You need to update the Dashboard campaign CLI.

New features

  • Dashboard campaign CLI :

    • New thresholds to calculate notation for each measure stepsmeasurement 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

    • The notation can take into account the context ‘web’ or ‘app’ to used different thresholds for metrics ‘network data’

    • Add environmental metrics on (only in use with version: 2.0)

    • Scoring can consider "web" or "application" context to use different thresholds for "network data" metrics

    • Add environmental footprint assessment displaying CO2, water, 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

      Image RemovedImage Added

    • Evolution graph start at 0

    • Reference step is displayed in gray on all chartsChange thresholds for data consumptions

  • 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 like this

    Code Block
    testrunner 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