We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b566c commit d5aa441Copy full SHA for d5aa441
api-builder-plugin-fn-google-maps/README.md
@@ -23,6 +23,12 @@ This Connector is based on the https://github.com/googlemaps/google-maps-service
23
- [Geocoding API](https://developers.google.com/maps/documentation/geocoding/)
24
- [Places API](https://developers.google.com/places/web-service/)
25
26
+## Tests
27
+The connector is shipped with a number of Unit- and Integration tests. To execute the test-suite locally, please setup an environment variable:
28
+`GOOGLE_API_KEY=AIzaSyC...........Ws`
29
+And run the following command:
30
+`npm test`
31
+The tests are also automatically executed on every commit to this project.
32
33
## Compatibility
34
Tested with Google-Maps Q1/2020
0 commit comments