Implemented Android Test Orchestrator for the Instrumented tests, which allows us to ensure a clean app state after each test through testInstrumentationRunnerArguments clearPackageData: 'true'.
Moreover, some of the helpers and steps used in the Sign In tests have been refactored, by adding a default timeout period and changing the element we interact with, to reduce the flakiness of tests.
Jira Ticket
N/A
Purpose
Implemented Android Test Orchestrator for the Instrumented tests, which allows us to ensure a clean app state after each test through
testInstrumentationRunnerArguments clearPackageData: 'true'
.Moreover, some of the helpers and steps used in the Sign In tests have been refactored, by adding a default timeout period and changing the element we interact with, to reduce the flakiness of tests.
Related PR(s)
N/A