add comments to app_init_test script

This commit is contained in:
ashilkn 2024-04-08 13:30:52 +05:30
parent f81fb5b626
commit 504f23fe4e

View file

@ -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"