Skip to content

Commit d5aa441

Browse files
author
Chris Wiechmann
authored
Update README.md
1 parent 93b566c commit d5aa441

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

api-builder-plugin-fn-google-maps/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ This Connector is based on the https://github.com/googlemaps/google-maps-service
2323
- [Geocoding API](https://developers.google.com/maps/documentation/geocoding/)
2424
- [Places API](https://developers.google.com/places/web-service/)
2525

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.
2632

2733
## Compatibility
2834
Tested with Google-Maps Q1/2020

0 commit comments

Comments
 (0)