> How do I configure my local machine to run the live tests
The better options is to download your credentials as a JSON file. Once you
have them, you can run all live tests as follows:
mvn clean install -Plive
-Dtest.google-cloud.json-key=/path/to/your/credentials.json
Or if you want to run just one single test class:
mvn integration-test -Plive
-Dtest.google-cloud.json-key=/path/to/your/credentials.json
-Dtest=TheClassTestToRun
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1006#issuecomment-249135806