https://github.com/firebase/quickstart-testing
Samples demonstrating how to test your Firebase app
https://github.com/firebase/quickstart-testing
Last synced: about 1 year ago
JSON representation
Samples demonstrating how to test your Firebase app
- Host: GitHub
- URL: https://github.com/firebase/quickstart-testing
- Owner: firebase
- License: apache-2.0
- Created: 2020-06-30T12:49:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-28T08:10:36.000Z (about 1 year ago)
- Last Synced: 2025-03-28T11:02:06.294Z (about 1 year ago)
- Language: TypeScript
- Size: 5.77 MB
- Stars: 341
- Watchers: 33
- Forks: 96
- Open Issues: 49
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Firebase Testing Quickstarts
A collection of quickstart samples demonstrating testing patterns for Firebase services.
The repository is broken up by testing strategy:
* **[Unit testing security rules](unit-test-security-rules/README.md)** -
write unit tests for your Realtime Database and Cloud Firestore security
rules using `mocha` and the `@firebase/rules-unit-testing` library.
* **[Unit testing Cloud Functions](unit-test-cloud-functions/README.md)** -
write unit tests for your Cloud Functions using the `firebase-functions-test` SDK.
* **[Connect your app to the Emulator Suite](manual-emulator-testing/README.md)** -
connect the Firebase SDKs in your app directly to the local emulators and manually
test your app.
## How to make contributions?
Please read and follow the steps in the [CONTRIBUTING.md](CONTRIBUTING.md)
## License
See [LICENSE](LICENSE)
## Build Status
[![Actions Status][gh-actions-badge]][gh-actions]
[gh-actions]: https://github.com/firebase/quickstart-testing/actions
[gh-actions-badge]: https://github.com/firebase/quickstart-testing/workflows/CI%20Tests/badge.svg