文件名称:google-datastore-emulator:Node.js的Google Datastore Emulator包装器
文件大小:60KB
文件格式:ZIP
更新时间:2024-02-25 22:51:32
emulator test google-datastore-emulator EmulatorJavaScript
Google Cloud Datastore模拟器 该软件包有助于使用javascript启动/停止 。 从1.1.0版开始,也可以与 docker image一起使用。 包装器会自动拉出主机上不存在的映像,但是我建议在CI脚本的“ before_test”部分中拉出该映像。重要说明:请注意超时,需要时间来拉出该映像,启动和停止容器。 完美支持以gcloud数据存储为持久层的单元测试。 包装器设置DATASTORE_EMULATOR_HOST和DATASTORE_PROJECT_ID环境变量。 先决条件 要在本地使用模拟器,您需要安装或与Docker一起使用,您需要安装 安装 npm i
【文件预览】:
google-datastore-emulator-master
----.nvmrc(7B)
----index.js(53B)
----package.json(1KB)
----readme.md(4KB)
----.github()
--------dependabot.yml(274B)
--------workflows()
----test()
--------docker-sdk.spec.js(8KB)
--------test-util.js(403B)
--------locally-installed-sdk.spec.js(9KB)
----package-lock.json(160KB)
----src()
--------locally-installed-sdk.js(3KB)
--------base-emulator.js(5KB)
--------emulator-states.js(464B)
--------docker-sdk.js(4KB)
--------datastore-emulator.js(1KB)
----index.d.ts(2KB)
----.gitignore(2KB)
----CHANGELOG.md(6KB)
----.editorconfig(245B)