Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel3
outlinefalse
typelist
printablefalse
Panel
bgColor#FFEBE6

1 - Message "Please set […] in .greenspector/config.yml"

Problem

Message :

  • Please set the application name in .greenspector/config.yml to use this feature

  • Please set the version in .greenspector/config.yml to use this feature

...

Complete the file .greenspector/config.yml with the missing information by looking at the CLI usage section..

...

Panel
bgColor#FFEBE6

2 - http_request module installation

If you activated the http_request module, it’s possible you encounter an error of this kind.

...

From here, you need to add Phantomas Path and version in your config.yml, then relaunch the Testrunner.

...

Panel
bgColor#FFEBE6

3 - Measure results are not sent to the server

...

Results are not displayed on the web interface after measures have been run.

...

  1. In your browser, https://your-instance.greenspector.com/api must return OK.

  2. If your measures were run using the Test Runner, verify that your measures were not done in offline mode by checking your .greenspectorconf.json file. In that case, simply fix your configuration. Moreover, you can send your previous measurement results using the CLI.

...

Panel
bgColor#FFEBE6

4 - Unauthorized return with CLI

Problem

Error: Unauthorized. Your token may be invalid. Please check your configuration file.

Reason

...

: This message appears when you are trying to use a feature that requires connection and your private token is not valid.

...

  1. Verify your token and server address in [USER HOME]/.greenspector/config.yml

  2. Check your connection using the command gspt ping.

...

Panel
bgColor#FFEBE6

5 - Bash compatibility on Windows

The PC-Launcher used by the Testrunner to measure Websites on PC relies on Bash.exe. We support the Git Bash Implementation provided by Git for Windows. If you use another Bash implementation, you may encounter some issues while measuring a Website. which are, the browser getting stuck for more than a minute on a blank page with URL field set as "data;" and the Testrunner stuck on the following

...

If that’s the case, please ensure you are compliant with our requirements and update your Bash implementation.

...

Panel
bgColor#FFEBE6

6 - "Command not found" when I run CLI

...

When I try to run the CLI , I get a command not found error.

...

If the gspt command is not found by your system, check if the path to the GREENSPECTOR Command Line executable file is in the $PATH.

7 - Chromedriver issue on Windows

While doing website measures on Windows, chromedriver processes may stay open and accumulate after the Testrunner exited and disturb further use. You may need to kill those processes.

8 - Firefox browser is not supported for standard URL jobs on mobile

When launching a standard URL job on mobile with the Test Runner, only Chrome browser is supported. If you set Firefox browser in the job configuration file, the Test Runner may not fail with an error indicating that the browser is not supported.

...

Panel
bgColor#FFEBE6

7 - Meter compatibility with Windows

Meter tools running on PCs or servers (Meter API Java and JS, Meter Standalone, TestRunner, Plugin JMeter) can be used:

...

They are not validated in distant mode (via SSH) from a Windows-based PC to a Linux- or Windows-based server.

...

Panel
bgColor#FFEBE6

8 - Ping command of CLI doesn’t

...

work

It's likely that your network requires a proxy to access the Internet. For example, it may work at home, but not at the office. To make sure it's your corporate network that's doing the blocking, you can do a connection share with your phone so that your PC no longer uses your office network, and re-run the 'gspt ping' command. If the ping command still doesn't work, the problem is elsewhere. If the ping command works, you'll need to configure the CLI with the proxy.

The documentation to configurate the proxy for the CLI is here : https://greenspectorstudio.atlassian.net/wiki/pages/createpage.action?spaceKey=DOCUMENTATION&title=CLIx/hoDKBw in “Optional proxy configuration” part.

...

...

Panel
bgColor#FFEBE6

9 - Testrunner Read error for GDSL file : EACCES (Permission denied)

Example :

Info
  • java.lang.Exception: Error reading test file /sdcard/greenspector/testssuites/suite1/script.testgb 

  • Caused by: java.io.FileNotFoundException: /sdcard/greenspector/testssuites/suite1/script.testgb open failed: EACCES (Permission denied) 

  • Caused by: android.system.ErrnoException: open failed: EACCES (Permission denied) 

...

If you have the same problem, go to the phone in settings / apps, choose the Greenspector application, in Permissions / Files and media, choose 'Allow management of all files'. Do the same for the application com.greenspector.testbench.launcher.android.test

...

...

Panel
bgColor#FFEBE6

10 - Test results passed but I think the test didn't run

On rooted device (like s9 on our TestBench), you can’t pass spaces in extras parameters values.

...

Code Block
# Testrunner job configuration file
mode: custom # apk | url | custom
greenspector:
  application:
    name: Myapp # Your application's name
    version: "1" # Your application's version 
job: # Custom job android apk
  testsSuites:   
    - name: suite1
      testFiles:
        - "../dsl/testdsl.testgb"
  monitoredPackages: 
    - com.android.chrome # The package to monitor, existing or newly installed
  iterations: 1 # Number of iteration for each test case
  extras:  
    config-screenbrightness: "127"
    step1: "step1 with space" #space do not work on rooted device
    config-skipsetupphone: "false"
  testTimeout: 30m0s # Timeout for the total duration of the test, default value is 30m, max value is 60m
  online: true # [true, false]
  networkMode: WIFI
  modules:
    android_system_monitoring: false
    tcpdump: false

...

Panel
bgColor#FFEBE6

11 - CLI (gspt) error when using a '!' in the terminal

In bash, the ! is interpreted. For example the command ‘!u' attempts to execute your last command starting with u. When using the CLI, if you must use a ‘!’ in your additional parameter you need to escape it with '\’.

Code Block
gspt testbench custom-tests --testsSuite launch:./script.testgb --monitoredPackage "com.android.chrome" --iterations=1 -e PAUSEDURATION=30000 -e PAUSEAFTERLOAD=1000 -e PSWD="onepassword\!"

14 - Website GDSL tests behavior may differ between local device and Test Bench device

When automating your user journey, sometimes a GDSL test will pass on a local device and fail on a Test Bench device or vice versa. Test results may show that there are differences in the dump, the text may be found in the Test Bench device dump and not in a local device dump.

This behavior probably comes from the fact that the local device and the Test Bench device do not have the same Chrome version. Please install chrome 110 on local device https://greenspector.atlassian.net/wiki/spaces/DOCUMENTATION/pages/3121184771

...

Panel
bgColor#FFEBE6

12 - Test Runner error DELETE_FAILED_INTERNAL_ERROR when uninstalling com.greenspector.testbench.launcher.android

Code Block
WARN[2024-09-16T11:14:05+02:00] Could not reinstall the APK correctly. Will uninstall first...
INFO[2024-09-16T11:14:05+02:00] ADB - Uninstall com.greenspector.testbench.launcher.android
ERRO[2024-09-16T11:14:06+02:00] could not uninstall apk: Error: Exit code error: 1
- Command: adb -P' '5037' '-s' '68ce37c6' 'uninstall' 'com.greenspector.testbench.launcher.android
- Stderr:
  Stdout: Failure [DELETE_FAILED_INTERNAL_ERROR]

If you have this error when launching a test with the TestRunner, please read the following :

Expand
titleFor Xaomi Devices

You have to set more rights set in developer option. Please enable the

...

options as in the capture. These 4 options require to

...

create and log in a Xaomi account and put a SIM card on your phone (the simcard could be disabled). Accept all the popup to confirm the option.

IMG_20240923_105559.jpgImage Modified

Then relaunch your test. You have to manually accept the Greenspector apks installation by clicking on ‘Install’ button on your phone.

Screenshot_2024-09-19-18-09-05-417_com.miui.securitycenter.jpgImage Modified

Expand
titleFor other devices

...

Please clean components installed on your device with the following command

Code Block
testrunner -c config.yml cleandevice

Then relaunch your test