Skip to content

Commit f447dcd

Browse files
committed
wip(integration-tests): Remove tests to prepare for sparse checkout from Node repo, and add .env.example
1 parent b705c45 commit f447dcd

29 files changed

+20
-13986
lines changed

cloudbuild.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
steps:
2+
- name: "node:18"
3+
entrypoint: "npm"
4+
dir: "integration_test"
5+
args: ["install"]
6+
- name: "node:18"
7+
entrypoint: "npx"
8+
dir: "integration_test"
9+
args: ["firebase", "use", "cf3-integration-tests-d7be6"]
10+
- name: "node:18"
11+
entrypoint: "npm"
12+
dir: "integration_test"
13+
args: ["start"]
14+
15+
options:
16+
defaultLogsBucketBehavior: REGIONAL_USER_OWNED_BUCKET

integration_tests/.env.example

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1+
DEBUG=true
2+
TEST_RUNTIME=node
13
REGION=us-central1
24
PROJECT_ID=
35
DATABASE_URL=
46
STORAGE_BUCKET=
5-
FIREBASE_ADMIN=6.5.0
7+
NODE_VERSION=18
8+
FIREBASE_ADMIN=^12.6.0
69
FIREBASE_APP_ID=
710
FIREBASE_MEASUREMENT_ID=
811
FIREBASE_AUTH_DOMAIN=
912
FIREBASE_API_KEY=
10-
GOOGLE_APPLICATION_CREDENTIALS=./serviceAccount.json
1113
GOOGLE_ANALYTICS_API_SECRET=

integration_tests/.firebaserc

Lines changed: 0 additions & 5 deletions
This file was deleted.

integration_tests/.gitignore

Lines changed: 0 additions & 71 deletions
This file was deleted.

integration_tests/README.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

integration_tests/database.rules.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

integration_tests/firebase.json

Lines changed: 0 additions & 22 deletions
This file was deleted.

integration_tests/firestore.indexes.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

integration_tests/firestore.rules

Lines changed: 0 additions & 9 deletions
This file was deleted.

integration_tests/global.d.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)