javascriptGoogleGeocodingTest:在Google Geocoding API上进行功能测试的测试项目

时间:2024-04-04 11:50:06
【文件属性】:

文件名称:javascriptGoogleGeocodingTest:在Google Geocoding API上进行功能测试的测试项目

文件大小:116KB

文件格式:ZIP

更新时间:2024-04-04 11:50:06

JavaScript

javascriptGoogleGeocodingTest 这是一个针对Google Geocoding API进行功能测试的项目。 项目是用JavaScript编写的 测试设计选择 运行测试 先决条件:已安装Node.js 14.16.0(截至撰写本文时14.16.0是Node.js的最新版本) 使用Git将此存储库克隆到本地 打开终端并导航到项目文件夹javascriptGoogleGeocodingTest 输入npm install。 这将安装项目所需的所有Node.js软件包。 将环境变量GOOGLE_GEOCODING_API_KEY设置为您的Goolge地理编码API密钥。 您需要订阅该服务才能访问密钥。 在命令提示符下 setx GOOGLE_GEOCODING_API_KEY ""请注意,要使命令提示符生效,要使环境变量生效,您必须关闭


【文件预览】:
javascriptGoogleGeocodingTest-main
----testdata()
--------singletesttroubleshooting.json(11B)
--------geocodingPositiveTests.json(65KB)
--------reverseGeocodingPositiveTests.json(129KB)
----GeocodingClient.js(475B)
----package.json(203B)
----GeocodingApi.test.js(2KB)
----package-lock.json(366KB)
----.gitignore(2KB)
----Utility.js(4KB)
----README.md(1KB)

网友评论