README.md
# GoogleApi.Testing
Cloud Testing API client library.
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.33"}]
end
```
## For more information
Product documentation is available at [https://firebase.google.com/docs/test-lab/](https://firebase.google.com/docs/test-lab/).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_testing](https://hexdocs.pm/google_api_testing).