Signed-off-by: Bernd Verst <github@bernd.dev> |
||
|---|---|---|
| .. | ||
| components | ||
| README.md | ||
| config.yaml | ||
| gcp_firestore_test.go | ||
README.md
GCP Firestore certification testing
This project aims to test the GCP Firestore State Store component under various conditions.
Test plan
Basic Test
- Able to create and test connection.
- Able to do set, fetch and delete.
Test entity_kind
- Able to create and test connection.
- Able to specify Entity Kind to set, fetch and delete.
Test NoIndex
- Able to create and test connection.
- Able to specify Entity Kind with NoIndex to set, fetch and delete.
Run Tests
Note: Currently, GCP Firestore in Datastore mode, does not provide a public GCP API.For setup, follow the instructions in the GCP Firestore Documentation.
To run these tests, the environment variables GCP_PROJECT_ID and GCP_FIRESTORE_ENTITY_KIND