05 - Verify Network - Mac - Android

update 29 aug 2024

After tools installation, we will check the access to Greenspector’s servers: it’s necessary to launch test on our Testbench, and to send tests results after a test on a local device.

  • Open a terminal and type the following command:

gspt init -a https://core-saas-prod.greenspector.com/api -p [privateToken]

Replace [privateToken] with the right information available in http://core-saas-prod.greenspector.com , in settings.

If a custom server is used, replace also https://core-saas-prod.greenspector.com/api with the right URL.

  • After initialization, try to reach the server:

gspt ping

You should receive a confirmation of a successful ping to http://core-saas-prod.greenspector.com