Versions Compared

Key

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

Status
colourGreen
titleupdate 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 command prompt terminal and type the following command:

Code Block
languagebash
gspt init -a  https://appcore-saas-prod.greenspector.com/api -p [privateToken]
Info

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

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

  • After initialization, try to reach the server:

...

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