January & February 2024
Improvements
Test Runner
When using the emulator, Test Runner automatically downloads the “Android Service” component designed for the emulator. You no longer need to download it manually and use the --no-update option
Test Runner can automatically detect proxy settings reading information on .pac file available in your environment. For Windows users, you probably no longer need to configure the proxy in the configuration file.
When using Test Runner with adb wifi, Test Runner no longer disconnects adb by default at the end of the test. If you want to keep automatic logout, please define in the config.yml file the parameter:
target.disconnectAfterTest: true
Greenspector CLI
The CLI can automatically detect proxy settings reading information on .pac file available in your environment
When CLI can’t contact Greenspector API, the CLI indicates helpull messages to understand the problem
When configuring the CLI using the init command, the CLI prompts you to add /api to the end of the Greenspector API URL if you forgot to specify it
Fixed bugs
Test Runner
Remove whitelist generation which can generate bugs when a common partition between 2 operating systems is used (dual boot)
GDSL Android
Fix
browserReset
command for last chrome version
Dashboard Campaign
Fix truncated graphics on dashboard PDF
Documentation changes
Proxy part in https://greenspector.atlassian.net/l/cp/1B22ivoo
Proxy part in https://greenspector.atlassian.net/l/cp/5haCcaEG
Refactor new errors in CLI (gspt) : command ping does not work
Remove manually download android-service for emulator inhttps://greenspector.atlassian.net/l/cp/qa0RoNxY
Update How to install Chrome 110 to be able to install Chrome 110 on android <10 phone and on emulator x86