| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Integration tests generally require credentials and access to external GCP services which is not always available to every contributor. This change skips the running of integration tests by default (they are still compiled) in favor of explicitly enabling. To enable the running of integration tests activate the `enable-integration-tests` profile when executing maven (command line are: `-Penable-integration-tests`)
| Back | FazBrowse Home | New Git URL |
Integration tests generally require credentials and access to external
GCP services which is not always available to every contributor.
This change skips the running of integration tests by default (they are
still compiled) in favor of explicitly enabling. To enable the running
of integration tests activate the enable-integration-tests profile
when executing maven (command line are: -Penable-integration-tests)
Depends on googleapis/synthtool#350 being merged
and projects having their autosynth PRs being merged.