...
How to launch benchmarks or functional tests with the Power Test Cloud/Bench?
You can create a test demand job to be handled by the Power Test Bench/Cloud. There are three ways to do that.
Web Interface
On your GREENSPECTOR Web Interface, you can click on Benchmark on the left-hand menu.
Then, fill the form. In particular, you need to select (or create) an application and a version in which the measures will be stored. You also need to select whether you want to test a mobile application (APK) or a website (URL).
When you validate the form, a job is created and added to the queue before being processed by the Power Test Cloud/Bench.
Command Line Interface (CLI)
You can use GREENSPECTOR Command Line Interface (see CLI reference guide for more details).
Continuous Integration
You can user the Power Test Cloud/Bench in your continuous integration, either with the GREENSPECTOR CLI (see above) or with the GREENSPECTOR Jenkins Plugin (see /wiki/spaces/DOCUMENTATION/pages/43909140 for more details).
...