File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 31
31
==============================================================================================
32
32
To run end to end tests you must do the following:
33
33
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
36
38
e.g. $ echo "https://your1.app.goo.gl/suff" > tests/data/dynamic_links_e2e_url.txt
37
39
===============================================================================================
38
40
""" )
Original file line number Diff line number Diff line change 2
2
"linkEventStats" : [
3
3
{
4
4
"platform" : " ANDROID" ,
5
- "count" : 123 ,
5
+ "count" : " 123" ,
6
6
"event" : " CLICK"
7
7
},
8
8
{
9
9
"platform" : " IOS" ,
10
- "count" : 123 ,
10
+ "count" : " 123" ,
11
11
"event" : " CLICK"
12
12
},
13
13
{
14
14
"platform" : " DESKTOP" ,
15
- "count" : 456 ,
15
+ "count" : " 456" ,
16
16
"event" : " CLICK"
17
17
},
18
18
{
19
19
"platform" : " ANDROID" ,
20
- "count" : 99 ,
20
+ "count" : " 99 " ,
21
21
"event" : " APP_INSTALL"
22
22
},
23
23
{
24
24
"platform" : " ANDROID" ,
25
- "count" : 42 ,
25
+ "count" : " 42 " ,
26
26
"event" : " APP_FIRST_OPEN"
27
27
},
28
28
{
29
29
"platform" : " ANDROID" ,
30
- "count" : 142 ,
30
+ "count" : " 142" ,
31
31
"event" : " APP_RE_OPEN"
32
32
},
33
33
{
34
34
"platform" : " IOS" ,
35
- "count" : 124 ,
35
+ "count" : " 124" ,
36
36
"event" : " REDIRECT"
37
37
}
38
38
]
You can’t perform that action at this time.
0 commit comments