Our current regression test, which we perform once per every release cycle, is performed manually by our QA staff.
This kind of test could potentially be automated by making an instrumented test that performs all the same steps programmatically, and reports if there are failures.
Let's work towards making an Espresso-driven test that aims to be 1:1 with our current regression/smoke test.