Skip to content

Commit 0914b94

Browse files
committed
feat: migrate remaining tests across and fix existing
1 parent c83c039 commit 0914b94

18 files changed

+384
-502
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
substitutions:
2+
_PROJECT_ID: 'functions-integration-tests'
3+
_PROJECT_ID_V2: 'functions-integration-tests-v2'
4+
_REGION: 'us-central1'
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# .gcloudignore for integration test Cloud Build
2+
# Include all files needed for the build
3+
4+
# Ignore node_modules as we'll install them fresh
5+
node_modules/
6+
generated/
7+
8+
# Ignore local auth files (we'll use secrets instead)
9+
sa.json
10+
sa-v2.json
11+
test-config.json
12+
13+
# Ignore local test artifacts
14+
test_failures.txt
15+
*.log
16+
17+
# Keep git info for reference
18+
.git
19+
.gitignore
20+
21+
# Ignore temp files
22+
*.tmp
23+
*~
24+
.DS_Store

integration_test_declarative/.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ generated/
55
.DS_Store
66
package-lock.json
77
firebase-debug.log
8-
sa.json
9-
test-config.json
8+
sa.json

0 commit comments

Comments
 (0)