Testing

Testing

Cloud Testing API

Allows developers to run automated tests for their mobile applications on Google infrastructure.

Constructor

new Testing()

Example
```js
const {google} = require('googleapis');
const testing = google.testing('v1');
```