mm0202 / sandbox_firestore-security-rules-test_with-ci-settings

FirestoreセキュリティルールのCI設定トライアル

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI

Firestoreセキュリティルールのテスト環境

パッケージインストール

npm install

テストの実行

以下のコマンドを実行。

npm run emu:start:firestore & npm test

windowsの場合、npm testまで行かない場合は、別ターミナルで以下を実行。

npm run emu:start:firestore
npm test

About

FirestoreセキュリティルールのCI設定トライアル


Languages

Language:TypeScript 78.4%Language:JavaScript 21.6%