Problem
Currently, the E2E testing suite runs the tests on one device over and over. This leads to performance degradation as runs keep on coming since the devices on AWS do not do a complete clean reboot between the runs. This is making the results less accurate and hard to make any calls based upon.
Solution
Explore options how to structure and run these tests so they are more accurate.