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://app.greenspector.com/api -p [privateToken]
Replace [privateToken]
with the right information available in app.greenspector.com, in settings.
If a custom server is used, replace also https://app.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 app.greenspector.com.