...
As a user, I can use the Test Runner to launch measurement on my local device and retrieve results in the new Greenspector Studio web interface. I only need to put
online: true
to my job.yml file. I can also see my job in the old Greenspector Studio measuring workshop web interface, in the “Tests tracking” tab.
...
Fixes a bug linked to the new version of tcpdump (4.99.1). With this version, if we don't have the rights to run tcpdump without sudo, the "tcpdump --version" command doesn't work. Now, we check for the tcpdump rights before checking the version.
Greenspector CLI
Before, it was not possible to use the app field without a path separator. The parameter
--app file.apk
gave an error. It is now fixedFixes an error that occurred when using the app parameter with a file path relative to the current directory without using the path separator “./”. For example--app ./file.apk
worked while--app file.apk
did not.
Documentation changes
API document with example with curl and postman Greenspector Studio API