add comments to app_init_test script
This commit is contained in:
parent
f81fb5b626
commit
504f23fe4e
1 changed files with 8 additions and 2 deletions
|
@ -1,9 +1,15 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Make sure to go through home_gallery_scroll_test.dart and
|
||||
# Make sure to go through app_init_test.dart and
|
||||
# fill in email and password.
|
||||
# Specify destination directory for the perf results in perf_driver.dart.
|
||||
|
||||
# Specify destination directory for the perf results in perf_driver.dart.
|
||||
# Specify the report_key of the test in perf_driver.dart. `report_key`` of
|
||||
# `traceAction`` in app_init_test.dart.
|
||||
|
||||
# On first run, app will start from login page. from second run onwards,
|
||||
# app will start from home page. --keep-app-running is for starting the
|
||||
# app from home page instead of logging in on every run.
|
||||
|
||||
export ENDPOINT="https://api.ente.io"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue