README.md

# GoogleApi.Testing

Client library for Cloud Testing API from Google.

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

## Installation

Install this package from [Hex](https://hex.pm) by adding
`google_api_testing` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [{:google_api_testing, "~> 0.4"}]
end
```

## For more information

Product documentation is available at [https://developers.google.com/cloud-test-lab/](https://developers.google.com/cloud-test-lab/).

Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_testing](https://hexdocs.pm/google_api_testing).