File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -179,14 +179,13 @@ pytest integration/ --cert path/to/service_acct.json --apikey path/to/apikey.txt
179
179
180
180
### End to end testing for dynamic links.
181
181
182
- To run end to end tests for Firebase dynamic follow these steps:
182
+ To run end to end tests for Firebase dynamic links follow these steps:
183
183
184
184
1 . From the firebase console, create a short link under "Grow > Dynamic Links".
185
- 2 . From your broser or phone, go to that short link and see that it redirects as desired.
185
+ 2 . From your browser or phone, go to that short link and see that it redirects as desired.
186
186
3 . Wait up to 36 hours for stats to show up on the console.
187
- 4 . Create a file named dynamic_links_e2e_url.txt under tests/data/.
188
- 5 . Populate that file with the short link you created in #1
189
- e.g. $ echo 'https://your1.app.goo.gl/suff ' > tests/data/dynamic_links_e2e_url.txt
187
+ 4 . Create a file at ` tests/data/dynamic_links_e2e_url.txt ` containing the short link,
188
+ e.g. ` https://your1.app.goo.gl/suff ` .
190
189
191
190
192
191
### Test Coverage
You can’t perform that action at this time.
0 commit comments