Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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 command prompt 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.

  • No labels