You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--testCommand Test command (e.g. maestro test flow.yml). App performance during execution of this script will be measured over several iterations.
When i am running tests using command
flashlight test
--bundleId com.something
--beforeAllCommand "maestro test file path to SetupFlow.yml"
--beforeEachCommand "maestro test file path to ScrollSearchPageBeforeEach.yml"
--testCommand "maestro test file path to ScrollSearchPage.yml"
--resultsFilePath file path to resulscroll.json
--iterationCount 2 \ --SkipRestart
Performance measuremant starts at --beforeEachCommand instead of --testCommand
full log of the command running
Running on QCVGA6BAN7F6UOZS
Running on QCVGA6BAN7F6UOZS
Flow
Launch app "com.amberstudent"...Run flow when "Allow amber to send you notifications?" is visible...
Run flow when "Allow amber to send you notifications?" is visible...
[14:48:56] ℹ️ Installing C++ profiler for arm64-v8a architecture
[14:48:57] ✅ C++ Profiler installed in /data/local/tmp/BAMPerfProfiler
[14:48:59] ℹ️ Running iteration 1/2
Running on QCVGA6BAN7F6UOZS
Running on QCVGA6BAN7F6UOZS
Flow
Launch app "com.amberstudent"...
COMPLETED
Tap on "Search by City, University or Property"...
COMPLETED
Tap on id: inventorySearchBarInput...
COMPLETED
Input text Dublin...
COMPLETED
Tap on id: searchResultsItem, Index: 0...
COMPLETED
Running on QCVGA6BAN7F6UOZS
Running on QCVGA6BAN7F6UOZS
Flow
Scrolling DOWN until "Lowest Price" is visible....
COMPLETED
[14:51:10] ✅ Finished iteration 1/2 in 62271.32183301449ms (0 retry so far)
[14:51:10] ℹ️ Running iteration 2/2
Running on QCVGA6BAN7F6UOZS
Running on QCVGA6BAN7F6UOZS
Flow
Launch app "com.amberstudent"...
COMPLETED
Tap on "Search by City, University or Property"...
COMPLETED
Tap on id: inventorySearchBarInput...
COMPLETED
Input text Dublin...
COMPLETED
Tap on id: searchResultsItem, Index: 0...
COMPLETED
Running on QCVGA6BAN7F6UOZS
[14:52:15] 🚨
Running on QCVGA6BAN7F6UOZS
Flow
Scrolling DOWN until "Lowest Price" is visible....
COMPLETED
[14:53:14] ✅ Finished iteration 2/2 in 60723.98116701841ms (0 retry so far)
[14:53:14] ✅ Results written to /users/dipakkorde/desktop/results/resulscroll.json.
To open the web report, run:
As per flashlight documantation
--testCommand Test command (e.g. maestro test flow.yml). App performance during execution of this script will be measured over several iterations.
When i am running tests using command
flashlight test
--bundleId com.something
--beforeAllCommand "maestro test file path to SetupFlow.yml"
--beforeEachCommand "maestro test file path to ScrollSearchPageBeforeEach.yml"
--testCommand "maestro test file path to ScrollSearchPage.yml"
--resultsFilePath file path to resulscroll.json
--iterationCount 2 \ --SkipRestart
Performance measuremant starts at --beforeEachCommand instead of --testCommand
full log of the command running
Running on QCVGA6BAN7F6UOZS
Running on QCVGA6BAN7F6UOZS
Run flow when "Allow amber to send you notifications?" is visible...
[14:48:56] ℹ️ Installing C++ profiler for arm64-v8a architecture
[14:48:57] ✅ C++ Profiler installed in /data/local/tmp/BAMPerfProfiler
[14:48:59] ℹ️ Running iteration 1/2
Running on QCVGA6BAN7F6UOZS
Running on QCVGA6BAN7F6UOZS
Launch app "com.amberstudent"...
COMPLETED
Tap on "Search by City, University or Property"...
COMPLETED
Tap on id: inventorySearchBarInput...
COMPLETED
Input text Dublin...
COMPLETED
Tap on id: searchResultsItem, Index: 0...
COMPLETED
Running on QCVGA6BAN7F6UOZS
Running on QCVGA6BAN7F6UOZS
Scrolling DOWN until "Lowest Price" is visible....
COMPLETED
[14:51:10] ✅ Finished iteration 1/2 in 62271.32183301449ms (0 retry so far)
[14:51:10] ℹ️ Running iteration 2/2
Running on QCVGA6BAN7F6UOZS
Running on QCVGA6BAN7F6UOZS
Launch app "com.amberstudent"...
COMPLETED
Tap on "Search by City, University or Property"...
COMPLETED
Tap on id: inventorySearchBarInput...
COMPLETED
Input text Dublin...
COMPLETED
Tap on id: searchResultsItem, Index: 0...
COMPLETED
Running on QCVGA6BAN7F6UOZS
[14:52:15] 🚨
Running on QCVGA6BAN7F6UOZS
Scrolling DOWN until "Lowest Price" is visible....
COMPLETED
[14:53:14] ✅ Finished iteration 2/2 in 60723.98116701841ms (0 retry so far)
[14:53:14] ✅ Results written to /users/dipakkorde/desktop/results/resulscroll.json.
To open the web report, run:
flashlight report /users/dipakkorde/desktop/results/resulscroll.json
The text was updated successfully, but these errors were encountered: