Lines Matching +full:enable +full:- +full:integration +full:- +full:tests
10 Here are some guidelines for hacking on google-cloud-java.
13 --------------------
14 * `google-cloud-java` (`/pom.xml`)
17 * `google-cloud-pom-parent`
18 * Serves as the parent POM for the `gapic-libraries-bom` and module mini BOMs.
20 * `google-cloud-jar-parent`
22 * The only POM where non-annotated versions should be managed using `dependencyManagement`.
26 * `gapic-libraries-bom`
27 * A BOM for all non-preview libraries in the monorepo.
28 * `java-*`
32 --------------------------
34 To run the tests, you must have application default credentials in a JSON file on your development …
44 After you clone the repository, use Maven for building and running the tests.
46 Integration tests run tests against real services and take a long time to run.
47 Consider `mvn install -DskipITs` to skip them when installing.
51 To run tests on different platforms, try deploying the apps available on the [google-cloud-examples…
52 End-to-end tests should ensure that google-cloud-java works when running on the
56 …d be sure to [enable the appropriate APIs](https://github.com/googleapis/google-cloud-common/tree/…
59 …-related code, authentication and project ID inference should be tested using all relevant methods…
61 …e sure to log in (using `gcloud auth login`) before running tests. Though the Datastore tests use …
63 …not use your production projects for executing integration tests.** While we do our best to make o…
66 ---------------
67 In order to add a feature to google-cloud-java:
75 --------------------------------
76 …CES.md) for guidelines on how to add support for a new Google Cloud service to `google-cloud-java`.
79 ------------
83 In pull requests, please run `mvn com.coveo:fmt-maven-plugin:format` to format your code diff.
90 - **If you are an individual writing original source code** and **you own the intellectual property…
92 - **If you work for a company that wants to allow you to contribute your work**,
100 …n this project you agree to abide by its terms. See [Code of Conduct][code-of-conduct] for more in…
103 [indvcla]: https://developers.google.com/open-source/cla/individual
104 [corpcla]: https://developers.google.com/open-source/cla/corporate
105 [code-of-conduct]:https://github.com/googleapis/google-cloud-java/blob/master/CODE_OF_CONDUCT.md