8000 e2e test and description · xxbinxx/firebase-admin-python@b635f77 · GitHub
[go: up one dir, main page]

Skip to content

Commit b635f77

Browse files
committed
e2e test and description
1 parent 318ebc7 commit b635f77

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

integration/test_dynamic_links.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@
3131
==============================================================================================
3232
To run end to end tests you must do the following:
3333
1. From the firebase console, create a short link under dynamic links.
34-
2. Create a file named dynamic_links_e2e_url.txt under tests/data/.
35-
3. Populate that file with the quoted link you created in 1 on the first and only line
34+
2. From your broser or phone, go to that short link and see that it redirects.
35+
3. Wait up to 36 hours.
36+
4. Create a file named dynamic_links_e2e_url.txt under tests/data/.
37+
5. Populate that file with the quoted link you created in 1 on the first and only line
3638
e.g. $ echo "https://your1.app.goo.gl/suff" > tests/data/dynamic_links_e2e_url.txt
3739
===============================================================================================
3840
""")

tests/data/get_link_stats.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,37 @@
22
"linkEventStats": [
33
{
44
"platform": "ANDROID",
5-
"count": 123,
5+
"count": "123",
66
"event": "CLICK"
77
},
88
{
99
"platform": "IOS",
10-
"count": 123,
10+
"count": "123",
1111
"event": "CLICK"
1212
},
1313
{
1414
"platform": "DESKTOP",
15-
"count": 456,
15+
"count": "456",
1616
"event": "CLICK"
1717
},
1818
{
1919
"platform": "ANDROID",
20-
"count": 99,
20+
"count": "99",
2121
"event": "APP_INSTALL"
2222
},
2323
{
2424
"platform": "ANDROID",
25-
"count": 42,
25+
"count": "42",
2626
"event": "APP_FIRST_OPEN"
2727
},
2828
{
2929
"platform": "ANDROID",
30-
"count": 142,
30+
"count": "142",
3131
"event": "APP_RE_OPEN"
3232
},
3333
{
3434
"platform": "IOS",
35-
"count": 124,
35+
"count": "124",
3636
"event": "REDIRECT"
3737
}
3838
]

0 commit comments

Comments
 (0)
0